summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-17 16:55:11 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-17 16:55:11 -0800
commitbb79a1455a3f692c813f8dad6300fd7ecc6fd583 (patch)
treeb995c8bf2de1ee0b80710311e6bc7e06409fd17d
parentf70130b820b48769c5d2182ed0c8b503daccb562 (diff)
Remove unnecessary comment.
-rw-r--r--modules/tag/helpers/tag_rest.php4
1 files changed, 0 insertions, 4 deletions
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);