diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-20 22:23:21 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-20 22:23:21 -0700 |
commit | ce963c9db00c25b3c1e6add1fe6032aef61a5bed (patch) | |
tree | ccb9d193c7c401b11696ea3048a21a3138ad29f9 | |
parent | 67e83e66c6c302d3bf2d0a6aa52d1f7d2ed991e5 (diff) |
Remove the access permission call from here; this is too low level.
-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") |