]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SiteNoticeInSidebar/SiteNoticeInSidebarPlugin.php
onEndShowStyles() only uses 'Action' as well.
[quix0rs-gnu-social.git] / plugins / SiteNoticeInSidebar / SiteNoticeInSidebarPlugin.php
index 3131847349f80b9eb1f434001ab47b4bfa73c0d1..0ed0de4544e22cca4939d07e87fc9f3421ab8e14 100644 (file)
@@ -70,7 +70,7 @@ class SiteNoticeInSidebarPlugin extends Plugin
         return true;
     }
 
-    function onEndShowStyles($action)
+    function onEndShowStyles(Action $action)
     {
         $action->element('style', null, '#site_notice { width: 100% }');
         return true;