]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/MobileProfile/MobileProfilePlugin.php
Fixed type hints:
[quix0rs-gnu-social.git] / plugins / MobileProfile / MobileProfilePlugin.php
index 98fcb472fae2214967f944ce3a2a1722693e300b..c496eb0fcb772f9425a042232db15f5ffd06cf8a 100644 (file)
@@ -406,7 +406,7 @@ class MobileProfilePlugin extends WAP20Plugin
         return $proto.'://'.$serverpart.'/'.$pathpart.$relative;
     }
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'MobileProfile',
                             'version' => GNUSOCIAL_VERSION,