]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Recaptcha/RecaptchaPlugin.php
Fixed type hints:
[quix0rs-gnu-social.git] / plugins / Recaptcha / RecaptchaPlugin.php
index 73a2dcc76acb9a3eb567fb4dbc8435212e5c4ef8..48754ffab4309045b395cf3e56113835a86a49d1 100644 (file)
@@ -104,10 +104,10 @@ class RecaptchaPlugin extends Plugin
         }
     }
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'Recaptcha',
-                            'version' => STATUSNET_VERSION,
+                            'version' => GNUSOCIAL_VERSION,
                             'author' => 'Eric Helgeson',
                             'homepage' => 'http://status.net/wiki/Plugin:Recaptcha',
                             'rawdescription' =>