fixed issue with mix of exceptional and full channels

master
Simon Körner 10 years ago
parent fe0fbbeea4
commit b1ab6ede61

@ -21,6 +21,7 @@ foreach($roots as $root) {
$i = 0;
foreach($groups as $group) {
if(catchExceptions($group['channel_name'], $exceptions)) {
$groupCount--;
continue;
}
$i++;

Loading…
Cancel
Save