diff options
Diffstat (limited to 'entities')
-rw-r--r-- | entities/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entities/list.php b/entities/list.php index 3d6089315..c121d010c 100644 --- a/entities/list.php +++ b/entities/list.php @@ -10,7 +10,7 @@ require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); set_context('search'); -$area2 = list_entities("","",0,10,false); +$area2 = elgg_list_entities("","",0,10,false); set_context('entities'); $body = elgg_view_layout('two_column_left_sidebar',$area1, $area2); page_draw("",$body);
\ No newline at end of file |