From b4b72b284b61673dfceb3c8a206181d66cd26c35 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 27 Nov 2008 01:48:01 +0000 Subject: We are now submitting the ajax tag add form to the server correctly and rehooking the ajaxForm --- modules/tag/helpers/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tag/helpers') diff --git a/modules/tag/helpers/tag.php b/modules/tag/helpers/tag.php index 6e8f95f9..09109cd5 100644 --- a/modules/tag/helpers/tag.php +++ b/modules/tag/helpers/tag.php @@ -62,7 +62,7 @@ class tag_Core { public static function get_add_form($item_id) { $form = new Forge(url::site("form/add/tags/$item_id"), "", "post", array("id" => "gAddTag")); - $form->input("text") + $form->input("tags") ->label(_("(Enter tags separated by commas)")) ->id("gNewTags") ->class("text") -- cgit v1.2.3