]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Same goes to onStartShowAside() which has 'Action' as type-hint.
authorRoland Haeder <roland@mxchange.org>
Sat, 31 Jan 2015 16:52:46 +0000 (17:52 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 31 Jan 2015 16:54:20 +0000 (17:54 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/MobileProfile/MobileProfilePlugin.php

index 8ead60f255000b166595efe8141359c04da09f82..8781198bd742af4924ec1f62aa6be48a010f4db1 100644 (file)
@@ -316,7 +316,7 @@ class MobileProfilePlugin extends WAP20Plugin
         $action->elementEnd('address');
     }
 
-    function onStartShowAside($action)
+    function onStartShowAside(Action $action)
     {
         if ($this->serveMobile) {
             return false;