diff options
| author | Markus Birth <github.com@birth-online.de> | 2013-06-21 05:08:40 -0700 |
|---|---|---|
| committer | Markus Birth <github.com@birth-online.de> | 2013-06-21 05:08:40 -0700 |
| commit | 01e72b1b144e408aaae119726cbb41c4ee1d86e0 (patch) | |
| tree | d1f94a9bd91cbf4e539001a9f0fb013c628af3f4 /init.php | |
| parent | 465f46f1519ea93acc75abded1ddf4b442113143 (diff) | |
| parent | abcb222d753e58f2cfd6d5849d2b4bf4a3cfda4f (diff) | |
| download | yafpp-01e72b1b144e408aaae119726cbb41c4ee1d86e0.tar.gz yafpp-01e72b1b144e408aaae119726cbb41c4ee1d86e0.zip | |
Merge pull request #13 from rangerer/cleanup_adv
bugfix: missing )
Diffstat (limited to 'init.php')
| -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) { |
