X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FCacheLog%2FCacheLogPlugin.php;h=cf7e3a9884daa571f5618d546c5734b29c8a3a62;hb=14cb2d53980f27fb07f0327644a47e8722718a25;hp=9eb3350784b5b98a4410193d9235cbaa244f85da;hpb=ad86eb78d3dc395b438d1543a36eca509f53e9d4;p=quix0rs-gnu-social.git diff --git a/plugins/CacheLog/CacheLogPlugin.php b/plugins/CacheLog/CacheLogPlugin.php index 9eb3350784..cf7e3a9884 100644 --- a/plugins/CacheLog/CacheLogPlugin.php +++ b/plugins/CacheLog/CacheLogPlugin.php @@ -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.'));