summaryrefslogtreecommitdiff
path: root/modules/tag/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-27 01:48:01 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-27 01:48:01 +0000
commitb4b72b284b61673dfceb3c8a206181d66cd26c35 (patch)
tree4b6e31b229e6e69041c043fa1de0341cff583f30 /modules/tag/helpers
parentd881c91e0c542133187e00d62c9191add7a5c33d (diff)
We are now submitting the ajax tag add form to the server correctly and rehooking the ajaxForm
Diffstat (limited to 'modules/tag/helpers')
-rw-r--r--modules/tag/helpers/tag.php2
1 files changed, 1 insertions, 1 deletions
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")