Update app_defaults.php

This commit is contained in:
FusionPBX
2016-10-22 18:51:45 -06:00
committed by GitHub
parent acc355f28d
commit 420696b65f

View File

@@ -310,7 +310,7 @@
if (trim($row['default_setting_subcategory']) == trim($setting['default_setting_subcategory'])) {
$found = true;
//remove items from the array that were found
unset($array[$x]);
unset($missing[$x]);
}
}
$x++;