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 61eb9ef4a..41b8969aa 100644
--- a/mod/thewire/index.php
+++ b/mod/thewire/index.php
@@ -33,6 +33,6 @@
$body = elgg_view_layout("one_column_with_sidebar", $area2);
// Display page
- page_draw(sprintf(elgg_echo('thewire:user'),$page_owner->name),$body);
+ echo elgg_view_page(sprintf(elgg_echo('thewire:user'),$page_owner->name),$body);
?> \ No newline at end of file