mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-05 23:49:19 +00:00
Update orm.php
The change from fetch to fetchAll created the need for this change.
This commit is contained in:
@@ -375,7 +375,7 @@
|
||||
//set the action
|
||||
if (count($result) > 0) {
|
||||
$action = "update";
|
||||
$old_array[$schema_name][] = $result;
|
||||
$old_array[$schema_name] = $result;
|
||||
}
|
||||
else {
|
||||
$action = "add";
|
||||
|
||||
Reference in New Issue
Block a user