1
0

bugfix: missing )

This commit is contained in:
Roland Angerer
2013-06-21 14:04:47 +02:00
parent 933c1741cb
commit abcb222d75

View File

@ -118,7 +118,7 @@ class Af_Feedmod extends Plugin implements IHandler
if ($basenode) {
// remove nodes from cleanup configuration
if (isset($config['cleanup'])) {
if (!is_array($config['cleanup']) {
if (!is_array($config['cleanup'])) {
$config['cleanup'] = array($config['cleanup']);
}
foreach ($config['cleanup'] as $cleanup) {