aboutsummaryrefslogtreecommitdiff
path: root/entities
diff options
context:
space:
mode:
Diffstat (limited to 'entities')
-rw-r--r--entities/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/entities/list.php b/entities/list.php
index c5f87433f..a24086404 100644
--- a/entities/list.php
+++ b/entities/list.php
@@ -16,6 +16,6 @@
$area2 = list_entities("","",0,10,false);
set_context('entities');
$body = elgg_view_layout('two_column_left_sidebar',$area1, $area2);
- echo page_draw("",$body);
+ page_draw("",$body);
?> \ No newline at end of file