diff options
Diffstat (limited to 'mod/file/search.php')
-rw-r--r-- | mod/file/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/search.php b/mod/file/search.php index 221e34079..6568eae79 100644 --- a/mod/file/search.php +++ b/mod/file/search.php @@ -95,6 +95,6 @@ $body = elgg_view_layout('one_column_with_sidebar', $content); - page_draw($title, $body); + echo elgg_view_page($title, $body); ?>
\ No newline at end of file |