diff options
Diffstat (limited to 'configs/conferences/afu')
-rw-r--r-- | configs/conferences/afu/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/afu/config.php b/configs/conferences/afu/config.php index 02ac5a9..0eaaed1 100644 --- a/configs/conferences/afu/config.php +++ b/configs/conferences/afu/config.php @@ -5,7 +5,7 @@ $upcoming_events = $upcoming->getNextEvents(); $upcoming_afus = array_values(array_filter($upcoming_events, function($event) { return preg_match('/^events:afu[0-9]+$/i', $event['short_name']); })); -var_dump($upcoming_afus); + if(count($upcoming_afus) < 1) { $EPISODE = '???'; |