From 14a131e73eca92bb216ffad468a18c4a28ee35c2 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 20 Dec 2010 00:30:29 +0000 Subject: added the core river to the tabbed profile plugin and fixed some deprecated function warnings git-svn-id: http://code.elgg.org/elgg/trunk@7697 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/views.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/views.php') diff --git a/engine/lib/views.php b/engine/lib/views.php index 1f02d29d2..5214e96c3 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -1043,7 +1043,7 @@ function elgg_view_image_block($image, $body, $vars = array()) { */ function elgg_view_listing($icon, $info) { elgg_deprecated_notice('elgg_view_listing deprecated by elgg_view_image_block', 1.8); - return elgg_view('layout/objects/media', array('icon' => $icon, 'body' => $info)); + return elgg_view('layout/objects/image_block', array('image' => $icon, 'body' => $info)); } /** -- cgit v1.2.3