diff options
| author | Roland Angerer <dev@rangerer.at> | 2013-06-21 14:04:47 +0200 |
|---|---|---|
| committer | Roland Angerer <dev@rangerer.at> | 2013-06-21 14:04:47 +0200 |
| commit | abcb222d753e58f2cfd6d5849d2b4bf4a3cfda4f (patch) | |
| tree | 6a84182070e2bd1b2f4763eb8a2692055551fd14 | |
| parent | 933c1741cb3d684625dfad6b8b9ecc630a317623 (diff) | |
| download | yafpp-abcb222d753e58f2cfd6d5849d2b4bf4a3cfda4f.tar.gz yafpp-abcb222d753e58f2cfd6d5849d2b4bf4a3cfda4f.zip | |
bugfix: missing )
| -rw-r--r-- | init.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
