aboutsummaryrefslogtreecommitdiff
path: root/mod/file/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/upload.php')
-rw-r--r--mod/file/upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/upload.php b/mod/file/upload.php
index 975b8e66a..2040c7240 100644
--- a/mod/file/upload.php
+++ b/mod/file/upload.php
@@ -17,7 +17,7 @@
$container_guid = elgg_get_page_owner_guid();
$area1 = elgg_view_title($title = elgg_echo('file:upload'));
$area1 .= elgg_view("file/upload", array('container_guid' => $container_guid));
- $body = elgg_view_layout('one_column_with_sidebar', $area1);
+ $body = elgg_view_layout('one_column_with_sidebar', array('content' => $area1));
echo elgg_view_page(elgg_echo("file:upload"), $body);