aboutsummaryrefslogtreecommitdiff
path: root/entities
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-16 17:54:26 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-16 17:54:26 +0000
commitea23afbc8663e412e4f4260810ab60af06e9a1b1 (patch)
tree6d6ead9c1370ced00432f9e7616d351a1fa66110 /entities
parent766959d366ad3316759656c9ce83978b18c904e5 (diff)
downloadelgg-ea23afbc8663e412e4f4260810ab60af06e9a1b1.tar.gz
elgg-ea23afbc8663e412e4f4260810ab60af06e9a1b1.tar.bz2
Fixed the single entity viewer
git-svn-id: https://code.elgg.org/elgg/trunk@1448 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 bc8764c17..756f6c120 100644
--- a/entities/index.php
+++ b/entities/index.php
@@ -28,7 +28,7 @@
if ($entity = get_entity($guid)) {
// 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_entity($entity,true);
if ($shell)
$body = elgg_view_layout('one_column',$body);