From 9ce11d138f9868b872fe8206dbc3c2f44723605a Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 15 Feb 2011 01:05:45 +0000 Subject: Fixes #2808: elgg_get_array_value => elgg_extract git-svn-id: http://code.elgg.org/elgg/trunk@8247 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/rss/layout/objects/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/rss/layout/objects') diff --git a/views/rss/layout/objects/list.php b/views/rss/layout/objects/list.php index 352725239..9892d2779 100644 --- a/views/rss/layout/objects/list.php +++ b/views/rss/layout/objects/list.php @@ -6,7 +6,7 @@ */ $items = $vars['items']; -$full_view = elgg_get_array_value('full_view', $vars, false); +$full_view = elgg_extract('full_view', $vars, false); if (is_array($items) && sizeof($items) > 0) { foreach ($items as $item) { -- cgit v1.2.3