]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/CacheLog/CacheLogPlugin.php
Merge branch 'master' into mmn_fixes
[quix0rs-gnu-social.git] / plugins / CacheLog / CacheLogPlugin.php
index e722972bfce6dfe7251e69d83b3f244819c5ef78..cf7e3a9884daa571f5618d546c5734b29c8a3a62 100644 (file)
@@ -96,12 +96,12 @@ class CacheLogPlugin extends Plugin
         return true;
     }
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'CacheLog',
                             'version' => GNUSOCIAL_VERSION,
                             'author' => 'Evan Prodromou',
-                            'homepage' => 'http://status.net/wiki/Plugin:CacheLog',
+                            'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/CacheLog',
                             'description' =>
                             // TRANS: Plugin description.
                             _m('Log reads and writes to the cache.'));