aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences
diff options
context:
space:
mode:
authorroot2016-05-06 11:30:44 +0200
committerroot2016-05-06 11:30:44 +0200
commitd9048113bc0325b543cd5563ba51d72461ab15e8 (patch)
tree0bdb217cbb0e9a4ef24c1df77163659272fcb816 /configs/conferences
parentfe70cd8aa571e159c39da46854341efdc6caa8d0 (diff)
fix afu debug output
Diffstat (limited to 'configs/conferences')
-rw-r--r--configs/conferences/afu/config.php2
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 = '???';