X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FTabFocus%2FTabFocusPlugin.php;h=4affc42c3f867bc94bdfda3bcbf2b80d7feed2c6;hb=3326b7b850f538f0e3c2c7969c5e566e2a374ffb;hp=df692988882d25a523bcadc9263d3577ff3c487a;hpb=c909f351d07c50c433cd59fef00f41a67767ce9e;p=quix0rs-gnu-social.git diff --git a/plugins/TabFocus/TabFocusPlugin.php b/plugins/TabFocus/TabFocusPlugin.php index df69298888..4affc42c3f 100644 --- a/plugins/TabFocus/TabFocusPlugin.php +++ b/plugins/TabFocus/TabFocusPlugin.php @@ -39,7 +39,7 @@ class TabFocusPlugin extends Plugin parent::__construct(); } - function onEndShowScripts($action) + function onEndShowScripts(Action $action) { $action->script($this->path('tabfocus.js')); }