]> 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 9eb3350784b5b98a4410193d9235cbaa244f85da..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' => STATUSNET_VERSION,
+                            '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.'));