1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 23:26:41 +02:00

Minor fixes to the rss plugin.

This commit is contained in:
Cameron
2013-06-18 21:12:47 -07:00
parent 34f0eeb409
commit a1c768f847
4 changed files with 11 additions and 6 deletions

View File

@@ -651,6 +651,7 @@ class rss
foreach($data as $v)
{
$v['path'] = $val;
array_push($plugin_feedlist,$v);
}
@@ -659,7 +660,7 @@ class rss
$feedlist = array_merge($feedlist, $plugin_feedlist);
// print_a($feedlist);
// print_a($feedlist);
$render=FALSE;
$i=0;