aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/pages/edit.php')
-rw-r--r--mod/pages/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/edit.php b/mod/pages/edit.php
index d404e0433..dc290ea7d 100644
--- a/mod/pages/edit.php
+++ b/mod/pages/edit.php
@@ -31,6 +31,6 @@ if ($pages && ($pages->canEdit())) {
$body .= elgg_echo("pages:noaccess");
}
-$body = elgg_view_layout('one_column_with_sidebar', $body);
+$body = elgg_view_layout('one_column_with_sidebar', array('content' => $body));
echo elgg_view_page($title, $body); \ No newline at end of file