summaryrefslogtreecommitdiff
path: root/modules/tag
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-07-21 00:06:11 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-07-21 00:06:11 -0600
commit7f9e71d8cdcf99267adc2b4a6332e379a0fca0fc (patch)
tree1ee75c57e9caf682799b9fc7e19f009d27c15f08 /modules/tag
parent329b6ce28ce0424303fece0fa0f542a0f1cb39ae (diff)
parentd7814f37cb2194098bd8aa3887bd830033200e8b (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/tag')
-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")