summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/tag/helpers/tag_rest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tag/helpers/tag_rest.php b/modules/tag/helpers/tag_rest.php
index d68cb73d..5feeb756 100644
--- a/modules/tag/helpers/tag_rest.php
+++ b/modules/tag/helpers/tag_rest.php
@@ -44,6 +44,7 @@ class tag_rest_Core {
access::required("edit", $item);
tag::add($item, $tag->name);
+ return array("url" => rest::url("tag_item", $tag, $item));
}
static function put($request) {