X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FEvent%2FEventPlugin.php;h=9f1abef498e504b764335a514efb49a54b37a585;hb=6ddd5e1e895af0091a22fe11781cd06783357e89;hp=54046d57d592f54e10b09f412165f9cf64bebfa0;hpb=ce47780fcd1b8354d8cb8727678b1c59a0a3c517;p=quix0rs-gnu-social.git diff --git a/plugins/Event/EventPlugin.php b/plugins/Event/EventPlugin.php index 54046d57d5..9f1abef498 100644 --- a/plugins/Event/EventPlugin.php +++ b/plugins/Event/EventPlugin.php @@ -291,7 +291,7 @@ class EventPlugin extends MicroAppPlugin } } - function onEndShowScripts($action) + function onEndShowScripts(Action $action) { $action->script($this->path('js/event.js')); }