aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--entities/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/entities/index.php b/entities/index.php
index fd7f1eb4f..9242ead53 100644
--- a/entities/index.php
+++ b/entities/index.php
@@ -42,7 +42,7 @@ if ($entity = get_entity($guid)) {
}
$area2 = elgg_view_entity($entity,true);
if ($shell) {
- $body = elgg_view_layout('two_column_left_sidebar', '', $area1 . $area2);
+ $body = elgg_view_layout('two_column_left_sidebar', '', $area2);
} else {
$body = $area2;
}