diff options
Diffstat (limited to 'entities')
| -rw-r--r-- | entities/index.php | 2 | 
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);
  | 
