From b1ab6ede618b23eb566e477b076d3017da146d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=B6rner?= Date: Mon, 7 Apr 2014 21:14:16 +0200 Subject: [PATCH] fixed issue with mix of exceptional and full channels --- cronjob.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cronjob.php b/cronjob.php index 84e222e..8e156a9 100644 --- a/cronjob.php +++ b/cronjob.php @@ -21,6 +21,7 @@ foreach($roots as $root) { $i = 0; foreach($groups as $group) { if(catchExceptions($group['channel_name'], $exceptions)) { + $groupCount--; continue; } $i++;