BUGFIX: replace deprecated DataObjectSet for ArrayList

This commit is contained in:
carlos barberis 2012-10-05 09:32:16 +13:00
parent 40d704a0d7
commit cfa7410cf2

View File

@ -59,7 +59,7 @@ class RSSWidget extends Widget {
}
function getFeedItems() {
$output = new DataObjectSet();
$output = new ArrayList();
// Protection against infinite loops when an RSS widget pointing to this page is added to this page
if(stristr($_SERVER['HTTP_USER_AGENT'], 'SimplePie')) {