Skip to content
Snippets Groups Projects
Commit 501faad9 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #68179 fix failures

parent 17f9c9d8
Branches
Tags
3 merge requests!2582Dev#68179 contractuel connecteur storyplayr contactuel,!2577Dev#68184 contractuel http api moissonnage le kiosk,!2568Dev#68179 contractuel connecteur storyplayr contactuel
Pipeline #3759 passed with stage
in 33 minutes and 59 seconds
......@@ -30,7 +30,7 @@ class ZendAfi_View_Helper_RenderTable extends ZendAfi_View_Helper_BaseHelper {
if(!$grouped_models)
return '';
if(!array_filter($grouped_models))
if(is_array($grouped_models) && (!array_filter($grouped_models)))
return '';
$grouped_models = (is_array($grouped_models) || is_a($grouped_models, 'ArrayObject'))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment