aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/pages/thewire/thread.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/pages/thewire/thread.php')
-rw-r--r--mod/thewire/pages/thewire/thread.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/thewire/pages/thewire/thread.php b/mod/thewire/pages/thewire/thread.php
index 5c32a8400..ec2709430 100644
--- a/mod/thewire/pages/thewire/thread.php
+++ b/mod/thewire/pages/thewire/thread.php
@@ -22,7 +22,6 @@ $body = elgg_view_layout('content', array(
'filter' => false,
'content' => $content,
'title' => $title,
- 'buttons' => false,
));
echo elgg_view_page($title, $body);