]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Memcache/MemcachePlugin.php
Change status.net/wiki URLs to git.gnu.io
[quix0rs-gnu-social.git] / plugins / Memcache / MemcachePlugin.php
index 8462dfc2c6085af96f448868af23a6dc4d45157e..dc0f94367516e8d42417bb9931ef7876910e82f9 100644 (file)
@@ -236,12 +236,12 @@ class MemcachePlugin extends Plugin
         return $out;
     }
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'Memcache',
-                            'version' => STATUSNET_VERSION,
+                            'version' => GNUSOCIAL_VERSION,
                             'author' => 'Evan Prodromou, Craig Andrews',
-                            'homepage' => 'http://status.net/wiki/Plugin:Memcache',
+                            'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Memcache',
                             'rawdescription' =>
                             // TRANS: Plugin description.
                             _m('Use <a href="http://memcached.org/">Memcached</a> to cache query results.'));