fix for disabled/ignored (#4623)

This commit is contained in:
crcro
2016-09-27 09:17:36 -05:00
committed by Tony Murray
parent 3784f65abb
commit 88dc19a323
@@ -134,7 +134,7 @@ if (defined('SHOW_SETTINGS')) {
$in_devices = implode(',', $in_devices);
}
if ($show_disabled_ignored != 1) {
if ($show_disabled_ignored == 1) {
$disabled_ignored = ', `D`.`ignore`, `D`.`disabled`';
}