]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/InProcessCache/InProcessCachePlugin.php
Merge branch 'issue-326' into 'master'
[quix0rs-gnu-social.git] / plugins / InProcessCache / InProcessCachePlugin.php
index 240b4e3188c938b7b85b9075411e65cefcaa7bcc..4bcfb8e2da3ff025103cad9955b425d1a83dceba 100644 (file)
@@ -170,12 +170,12 @@ class InProcessCachePlugin extends Plugin
      *
      * @return boolean true
      */
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
-        $url = 'http://status.net/wiki/Plugin:InProcessCache';
+        $url = 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/InProcessCache';
 
         $versions[] = array('name' => 'InProcessCache',
-                            'version' => STATUSNET_VERSION,
+                            'version' => GNUSOCIAL_VERSION,
                             'author' => 'Evan Prodromou',
                             'homepage' => $url,
                             'description' =>