]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/InProcessCache/InProcessCachePlugin.php
Empty resource would throw exception
[quix0rs-gnu-social.git] / plugins / InProcessCache / InProcessCachePlugin.php
index af3d822dfd034b4c442639b9f744a0c888da986b..4bcfb8e2da3ff025103cad9955b425d1a83dceba 100644 (file)
@@ -170,9 +170,9 @@ 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' => GNUSOCIAL_VERSION,