aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/add.php')
-rw-r--r--mod/thewire/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/add.php b/mod/thewire/add.php
index f224d900a..3b71cc1d6 100644
--- a/mod/thewire/add.php
+++ b/mod/thewire/add.php
@@ -20,6 +20,6 @@
$body = elgg_view_layout("one_column_with_sidebar", $area2);
// Display page
- page_draw(elgg_echo('thewire:addpost'),$body);
+ echo elgg_view_page(elgg_echo('thewire:addpost'),$body);
?> \ No newline at end of file