aboutsummaryrefslogtreecommitdiff
path: root/pages/entities/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/entities/index.php')
-rw-r--r--pages/entities/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/entities/index.php b/pages/entities/index.php
index 91cbfad0a..a2cb22455 100644
--- a/pages/entities/index.php
+++ b/pages/entities/index.php
@@ -38,7 +38,7 @@ if ($entity = get_entity($guid)) {
}
$area1 = elgg_view_entity($entity, true);
if ($shell) {
- $body = elgg_view_layout('one_column_with_sidebar', $area1);
+ $body = elgg_view_layout('one_column_with_sidebar', array('content' => $area1));
} else {
$body = $area1;
}