diff options
-rw-r--r-- | engine/lib/tags.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/tags.php b/engine/lib/tags.php index d819bb0e6..6654dfe14 100644 --- a/engine/lib/tags.php +++ b/engine/lib/tags.php @@ -132,7 +132,7 @@ $query .= " and e.container_guid = {$owner_guid} ";
}
- $userid = get_loggedin_userid();
+ //$userid = get_loggedin_userid();
//$query .= " and (e.access_id in {$access} or (e.access_id = " . ACCESS_PRIVATE . " and e.owner_guid = {$userid}))";
$query .= ' and ' . get_access_sql_suffix("e"); // Add access controls
|