Update orm.php
The change from fetch to fetchAll created the need for this change.
This commit is contained in:
parent
976a5e6113
commit
c7d9231788
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue