aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/tags.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/tags.php')
-rw-r--r--engine/lib/tags.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/tags.php b/engine/lib/tags.php
index ee770b492..37b021bde 100644
--- a/engine/lib/tags.php
+++ b/engine/lib/tags.php
@@ -93,6 +93,7 @@
$entity_subtype = get_subtype_id($entity_type, $entity_subtype);
$entity_type = sanitise_string($entity_type);
+ if ($owner_guid != "")
if (is_array($owner_guid)) {
foreach($owner_guid as $key => $val)
$owner_guid[$key] = (int) $val;