From a3a582078615c4ff5c28054582813ec5c7179bf9 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 16 Mar 2010 15:53:58 +0000 Subject: Replaced more calls to deprecated functions. git-svn-id: http://code.elgg.org/elgg/trunk@5421 36083f99-b078-4883-b0ff-0f9b5a30f544 --- entities/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entities/list.php') 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 -- cgit v1.2.3