summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/tag/helpers/tag.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag.php b/modules/tag/helpers/tag.php
index 1fb2e940..5efa6a19 100644
--- a/modules/tag/helpers/tag.php
+++ b/modules/tag/helpers/tag.php
@@ -85,7 +85,6 @@ class tag_Core {
* @return array
*/
static function item_tags($item) {
- access::required("view", $item);
$tags = array();
foreach (Database::instance()
->select("name")