aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/index.php')
-rw-r--r--mod/thewire/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/index.php b/mod/thewire/index.php
index 078e93271..a1e0a97ab 100644
--- a/mod/thewire/index.php
+++ b/mod/thewire/index.php
@@ -34,7 +34,7 @@
$area2 .= list_user_objects($page_owner->getGUID(),'thewire');
//select the correct canvas area
- $body = elgg_view_layout("one_column_with_sidebar", '', $area2);
+ $body = elgg_view_layout("one_column_with_sidebar", $area2);
// Display page
page_draw(sprintf(elgg_echo('thewire:user'),$page_owner->name),$body);