]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ShareNotice/ShareNoticePlugin.php
Stylesheet event now removed of StatusNet-remnants
[quix0rs-gnu-social.git] / plugins / ShareNotice / ShareNoticePlugin.php
index 08362f7932c0b249e3232b8f0889294f305b4ce3..86ecfa88374d12b64baf4a4951c1ba6d324fc80f 100644 (file)
@@ -32,7 +32,7 @@ class ShareNoticePlugin extends Plugin
         array('StatusNet', array('baseurl' => 'http://identi.ca'))
     );
 
-    function onEndShowStatusNetStyles($action) {
+    public function onEndShowStylesheets(Action $action) {
         $action->cssLink($this->path('css/sharenotice.css'));
         return true;
     }