diff options
Diffstat (limited to 'mod/thewire/views/default/forms')
-rw-r--r-- | mod/thewire/views/default/forms/thewire/add.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/thewire/views/default/forms/thewire/add.php b/mod/thewire/views/default/forms/thewire/add.php index 9a72e4109..54d5a5ea7 100644 --- a/mod/thewire/views/default/forms/thewire/add.php +++ b/mod/thewire/views/default/forms/thewire/add.php @@ -14,7 +14,7 @@ if ($post) { if ($post) { echo elgg_view('input/hidden', array( - 'internalname' => 'parent_guid', + 'name' => 'parent_guid', 'value' => $post->guid, )); } @@ -27,7 +27,7 @@ if ($post) { echo elgg_view('input/submit', array( 'value' => $text, - 'internalid' => 'thewire-submit-button', + 'id' => 'thewire-submit-button', )); ?> |