]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/AccountManager/AccountManagerPlugin.php
onEndShowStyles() only uses 'Action' as well.
[quix0rs-gnu-social.git] / plugins / AccountManager / AccountManagerPlugin.php
index 768f71510f24c334752c9e223042eaf8008dd50e..24a95395a3d79ffbd3cabd0f4940c18c9abd0277 100644 (file)
@@ -61,7 +61,7 @@ class AccountManagerPlugin extends Plugin
                         common_local_url('AccountManagementControlDocument'));
     }
 
-    function onStartShowHTML($action)
+    function onStartShowHTML(Action $action)
     {
         //Account management discovery link
         header('Link: <'.common_local_url('AccountManagementControlDocument').'>; rel="'. AccountManagerPlugin::AM_REL.'"; type="application/json"');