mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Fix. Use array to support PHP 5.3. (#1938)
This commit is contained in:
committed by
FusionPBX
parent
d9f5af2477
commit
20fc3488e0
@@ -60,7 +60,7 @@
|
||||
unset ($prep_statement, $sql);
|
||||
|
||||
//find the missing default settings
|
||||
$missing = [];
|
||||
$missing = array();
|
||||
foreach ($array as $setting) {
|
||||
$found = false;
|
||||
foreach ($default_settings as $row) {
|
||||
|
||||
Reference in New Issue
Block a user