diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-03 19:01:57 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-06-03 19:01:57 -0600 |
commit | 3845dba196e4684b188c1fda9ee328ce70a3e7a8 (patch) | |
tree | a0466988aa45732a25fc8138d50129e64524ff32 /modules/tag | |
parent | 6fa9a43d8781565c478c25282ac18a0c1d3a503b (diff) | |
parent | dd854379c20722a763ae7fe3d097a57a544cae80 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/tag')
-rw-r--r-- | modules/tag/controllers/admin_tags.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/controllers/admin_tags.php b/modules/tag/controllers/admin_tags.php index 01884bb8..af5055ff 100644 --- a/modules/tag/controllers/admin_tags.php +++ b/modules/tag/controllers/admin_tags.php @@ -106,7 +106,7 @@ class Admin_Tags_Controller extends Admin_Controller { array("result" => "success", "location" => url::site("admin/tags"), "tag_id" => $tag->id, - "new_tagname" => $tag->name)); + "new_tagname" => p::clean($tag->name))); } else { print json_encode( array("result" => "error", |