aboutsummaryrefslogtreecommitdiff
path: root/entities
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-30 10:24:46 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-30 10:24:46 +0000
commit0ba2ce0c3d1aad8622c618795fab5551f9dd349d (patch)
tree549d58d8aa65be59facf63f0db00bf405349fd25 /entities
parent076c873a8d34970ff6895eb21e8fab0cca6b3357 (diff)
downloadelgg-0ba2ce0c3d1aad8622c618795fab5551f9dd349d.tar.gz
elgg-0ba2ce0c3d1aad8622c618795fab5551f9dd349d.tar.bz2
Partial fix for constantly-shrinking widgets bug.
git-svn-id: https://code.elgg.org/elgg/trunk@1205 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'entities')
-rw-r--r--entities/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/entities/index.php b/entities/index.php
index b009d5d83..127d216b9 100644
--- a/entities/index.php
+++ b/entities/index.php
@@ -29,7 +29,8 @@
// Set the body to be the full view of the entity, and the title to be its title
$body = elgg_view_entity($entity,"",true);
- $body = elgg_view_layout('one_column',$body);
+ if (!$shell)
+ $body = elgg_view_layout('one_column',$body);
// Otherwise?
} else {