]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/MobileProfile/MobileProfilePlugin.php
onEndShowStyles() only uses 'Action' as well.
[quix0rs-gnu-social.git] / plugins / MobileProfile / MobileProfilePlugin.php
index c96491d9e997ff208e8263d464b73071fab8439b..9d7075a3a267750560922a399da57575e60ececc 100644 (file)
@@ -59,7 +59,7 @@ class MobileProfilePlugin extends WAP20Plugin
         parent::__construct();
     }
 
-    function onStartShowHTML($action)
+    function onStartShowHTML(Action $action)
     {
         // XXX: This should probably graduate to WAP20Plugin