From b909132f54d6dd3a1a9455a3255767ef26bce658 Mon Sep 17 00:00:00 2001 From: Jakob Hilden Date: Wed, 25 Mar 2009 04:47:25 +0000 Subject: tag changes in the tag admin should now work as expected --- modules/tag/controllers/admin_tags.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/tag/controllers') 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", -- cgit v1.2.3