Issue information
-
#035564
-
Fixed
-
2.5.0
-
2.5.2
-
2 - Fair
Issue Confirmations
-
Yes (0)No (0)
Not sure about this.. I have seen it, couldn't duplicate on my site, and not sure why this site was getting it.
Warning: explode() expects parameter 2 to be string, array given in /admin/applications_addon/ips/blog/sources/classes/post/blogRssImport.php on line 291
That's the change I made to work around it, which seems to work..
Warning: explode() expects parameter 2 to be string, array given in /admin/applications_addon/ips/blog/sources/classes/post/blogRssImport.php on line 291
if ( !is_array($data['rss_cats']) )
{
$data['rss_cats'] = explode( ",", $data['rss_cats'] );
}
That's the change I made to work around it, which seems to work..
1 user(s) are reading this issue
0 members, 1 guests, 0 anonymous users











