]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/CacheLog/CacheLogPlugin.php
showAvatar requires a profile
[quix0rs-gnu-social.git] / plugins / CacheLog / CacheLogPlugin.php
index ab9538df056768f1726c52ed4c536f8327541e8d..e722972bfce6dfe7251e69d83b3f244819c5ef78 100644 (file)
@@ -99,10 +99,11 @@ class CacheLogPlugin extends Plugin
     function onPluginVersion(&$versions)
     {
         $versions[] = array('name' => 'CacheLog',
-                            'version' => STATUSNET_VERSION,
+                            'version' => GNUSOCIAL_VERSION,
                             'author' => 'Evan Prodromou',
                             'homepage' => 'http://status.net/wiki/Plugin:CacheLog',
                             'description' =>
+                            // TRANS: Plugin description.
                             _m('Log reads and writes to the cache.'));
         return true;
     }