From bb79a1455a3f692c813f8dad6300fd7ecc6fd583 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 17 Jan 2010 16:55:11 -0800 Subject: Remove unnecessary comment. --- modules/tag/helpers/tag_rest.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/tag/helpers') diff --git a/modules/tag/helpers/tag_rest.php b/modules/tag/helpers/tag_rest.php index c1bbf4fb..0aac5291 100644 --- a/modules/tag/helpers/tag_rest.php +++ b/modules/tag/helpers/tag_rest.php @@ -44,10 +44,6 @@ class tag_rest_Core { static function put($request) { $tag = rest::resolve($request->url); - // @todo: what permission should be required to edit a tag? - // for now, require edit at the top level. Perhaps later, just require any edit perms, - // anywhere in the gallery? - if (isset($request->params->remove)) { if (!is_array($request->params->remove)) { throw new Exception("Bad request", 400); -- cgit v1.2.3