aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/pages/thewire/reply.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/pages/thewire/reply.php')
-rw-r--r--mod/thewire/pages/thewire/reply.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/thewire/pages/thewire/reply.php b/mod/thewire/pages/thewire/reply.php
index a3d3ea017..df4511c51 100644
--- a/mod/thewire/pages/thewire/reply.php
+++ b/mod/thewire/pages/thewire/reply.php
@@ -14,7 +14,8 @@ elgg_push_breadcrumb(elgg_echo('thewire'), 'thewire/all');
elgg_push_breadcrumb($title);
$content = elgg_view('thewire/reply', array('post' => $post));
-$content .= elgg_view_form('thewire/add', array(), array('post' => $post));
+$form_vars = array('class' => 'thewire-form');
+$content .= elgg_view_form('thewire/add', $form_vars, array('post' => $post));
$content .= elgg_view('input/urlshortener');