diff options
Diffstat (limited to 'mod/file/edit.php')
-rw-r--r-- | mod/file/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/edit.php b/mod/file/edit.php index 8d091caa0..5c2afc120 100644 --- a/mod/file/edit.php +++ b/mod/file/edit.php @@ -35,4 +35,4 @@ $area1 = elgg_view_title($title); $area1 .= elgg_view("file/upload", array('entity' => $file)); $body = elgg_view_layout('one_column_with_sidebar', $area1); -page_draw($title, $body); +echo elgg_view_page($title, $body); |