Remove url on simpleevent

This commit is contained in:
2017-10-22 14:15:11 +02:00
parent c8ac8f7297
commit 473cd000d0
2 changed files with 5 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ class SimpleEvent extends Event {
}
public function getURL() {
return '/';
return '';
}
public function getImageURL() {