Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop

This commit is contained in:
axl89 2016-05-25 15:40:38 +02:00
commit ea77c6fb5d

View File

@ -92,10 +92,11 @@ if ($search_agents && (!is_metaconsole() || $force_local)) {
} }
} }
switch ($all) { if ($all === 'enabled') {
case 'enabled': $filter['disabled'] = 1;
$filter['disabled'] = 0; }
break; else {
$filter['disabled'] = 0;
} }
$data = array(); $data = array();