diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-16 15:53:58 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-16 15:53:58 +0000 |
commit | a3a582078615c4ff5c28054582813ec5c7179bf9 (patch) | |
tree | 09e713039dddd4cf8fc0b56f70e64fe87e494284 /entities | |
parent | 43752d47c7796cbc765d0caa395111c79bf2d3de (diff) | |
download | elgg-a3a582078615c4ff5c28054582813ec5c7179bf9.tar.gz elgg-a3a582078615c4ff5c28054582813ec5c7179bf9.tar.bz2 |
Replaced more calls to deprecated functions.
git-svn-id: http://code.elgg.org/elgg/trunk@5421 36083f99-b078-4883-b0ff-0f9b5a30f544
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 |