aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index 40d709fe3..14e5d0425 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -1201,7 +1201,7 @@
$where[] = "owner_guid in ({$owner_guid})";
}
if (is_null($container_guid)) {
- $container_guid = array_merge(0,$owner_guid);
+ $container_guid = array_merge(array(0 => 0),$owner_array);
}
}
if ($site_guid > 0)