diff options
Diffstat (limited to 'mod/messages/read.php')
-rw-r--r-- | mod/messages/read.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/messages/read.php b/mod/messages/read.php index da6ed0032..2bbae1c71 100644 --- a/mod/messages/read.php +++ b/mod/messages/read.php @@ -51,4 +51,4 @@ $sidebar = elgg_view("messages/menu_options"); $body = elgg_view_layout("one_column_with_sidebar", $content, $sidebar); // Display page -page_draw(sprintf(elgg_echo('messages:message')),$body);
\ No newline at end of file +echo elgg_view_page(sprintf(elgg_echo('messages:message')),$body);
\ No newline at end of file |