From 5a241a84a5a5c653851a2da82854ecda873d0f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20=C3=85ne?= Date: Fri, 26 Aug 2016 23:23:57 +0200 Subject: [PATCH] Fix regression, placeholders for database events. --- src/pvv/side/simpleevent.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/pvv/side/simpleevent.php b/src/pvv/side/simpleevent.php index b2ce86b..de7f824 100644 --- a/src/pvv/side/simpleevent.php +++ b/src/pvv/side/simpleevent.php @@ -34,7 +34,15 @@ class SimpleEvent extends Event { } public function getURL() { - + return '/'; + } + + public function getImageURL() { + return null; + } + + public function getDescription() { + return []; } }