diff options
Diffstat (limited to 'mod/file/world.php')
-rw-r--r-- | mod/file/world.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/world.php b/mod/file/world.php index e35b3c067..0fa2a2ead 100644 --- a/mod/file/world.php +++ b/mod/file/world.php @@ -34,4 +34,4 @@ $body = elgg_view_layout('one_column_with_sidebar', $content, $area3); - page_draw($title, $body); + echo elgg_view_page($title, $body); |