]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SQLProfile/SQLProfilePlugin.php
Fave::addNew now calls Notice::saveActivity
[quix0rs-gnu-social.git] / plugins / SQLProfile / SQLProfilePlugin.php
index c17646f042d1b9a1f52abf60f113f216d49849f4..a29a7f5bea218237b870c58e636c56df94bb5853 100644 (file)
@@ -34,10 +34,11 @@ class SQLProfilePlugin extends Plugin
     function onPluginVersion(&$versions)
     {
         $versions[] = array('name' => 'SQLProfile',
-                            'version' => STATUSNET_VERSION,
+                            'version' => GNUSOCIAL_VERSION,
                             'author' => 'Brion Vibber',
                             'homepage' => 'http://status.net/wiki/Plugin:SQLProfile',
                             'rawdescription' =>
+                            // TRANS: Plugin description.
                             _m('Debug tool to watch for poorly indexed DB queries.'));
 
         return true;