Fix regression, placeholders for database events.

This commit is contained in:
Jørn Åne 2016-08-26 23:23:57 +02:00
parent ee000d2d67
commit 5a241a84a5
1 changed files with 9 additions and 1 deletions

View File

@ -34,7 +34,15 @@ class SimpleEvent extends Event {
}
public function getURL() {
return '/';
}
public function getImageURL() {
return null;
}
public function getDescription() {
return [];
}
}