diff options
| author | Jakob Hilden <jhild@umich.edu> | 2009-03-25 04:47:25 +0000 | 
|---|---|---|
| committer | Jakob Hilden <jhild@umich.edu> | 2009-03-25 04:47:25 +0000 | 
| commit | b909132f54d6dd3a1a9455a3255767ef26bce658 (patch) | |
| tree | dd896ba004dd8dd4e06c90f550b315eaa5a3ed49 /modules/tag/controllers | |
| parent | 0a4bce3f674dcb719ef16d52a6034d85b250083c (diff) | |
tag changes in the tag admin should now work as expected
Diffstat (limited to 'modules/tag/controllers')
| -rw-r--r-- | modules/tag/controllers/admin_tags.php | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/tag/controllers/admin_tags.php b/modules/tag/controllers/admin_tags.php index d6ae310b..90b051aa 100644 --- a/modules/tag/controllers/admin_tags.php +++ b/modules/tag/controllers/admin_tags.php @@ -103,7 +103,9 @@ class Admin_Tags_Controller extends Admin_Controller {        print json_encode(          array("result" => "success", -              "location" => url::site("admin/tags"))); +              "location" => url::site("admin/tags"), +              "tag_id" => $tag->id, +              "new_tagname" => $tag->name));      } else {        print json_encode(          array("result" => "error",  | 
