aboutsummaryrefslogtreecommitdiff
path: root/entities
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-30 14:25:51 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-30 14:25:51 +0000
commit4b182531d4c39b822d26790123828b980fdca947 (patch)
tree375df9eddf75c7b958a6cfeedb9a3439e810778f /entities
parent9497a81d67a7c326a973411bd382dff237628423 (diff)
downloadelgg-4b182531d4c39b822d26790123828b980fdca947.tar.gz
elgg-4b182531d4c39b822d26790123828b980fdca947.tar.bz2
Fixed entity page
git-svn-id: https://code.elgg.org/elgg/trunk@1208 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'entities')
-rw-r--r--entities/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/entities/index.php b/entities/index.php
index 127d216b9..bc8764c17 100644
--- a/entities/index.php
+++ b/entities/index.php
@@ -29,7 +29,7 @@
// Set the body to be the full view of the entity, and the title to be its title
$body = elgg_view_entity($entity,"",true);
- if (!$shell)
+ if ($shell)
$body = elgg_view_layout('one_column',$body);
// Otherwise?