Update app_defaults.php

This commit is contained in:
FusionPBX 2016-10-22 18:51:45 -06:00 committed by GitHub
parent f849fa44ce
commit 74c457445a
1 changed files with 1 additions and 1 deletions

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++;