diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-07-21 00:06:11 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-07-21 00:06:11 -0600 |
| commit | 7f9e71d8cdcf99267adc2b4a6332e379a0fca0fc (patch) | |
| tree | 1ee75c57e9caf682799b9fc7e19f009d27c15f08 /modules/tag | |
| parent | 329b6ce28ce0424303fece0fa0f542a0f1cb39ae (diff) | |
| parent | d7814f37cb2194098bd8aa3887bd830033200e8b (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/tag')
| -rw-r--r-- | modules/tag/helpers/tag.php | 1 |
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") |
