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

hackfest : library widget fix test failure

parent 4316cbe6
Branches
Tags
6 merge requests!2080Sandbox detach zf from storm,!1922Master,!1921Hotline master,!1920Master,!1914Hackfest default values library widget,!1909Hackfest default values library widget
......@@ -51,7 +51,7 @@ abstract class ZendAfi_View_Helper_Filters_Strategy_Elements extends ZendAfi_Vie
$labels = [];
foreach ($this->_getElements() as $value => $label) {
if (!$this->_isSelected($value))
return;
continue;
$labels [] = $label;
}
......
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