]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SQLProfile/SQLProfilePlugin.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / plugins / SQLProfile / SQLProfilePlugin.php
index 1e49d9005ee981aa87199f2841601c9b6eb16dfc..a7912844c2421436b9f413ecc1a9fad44ea90e5b 100644 (file)
@@ -31,14 +31,15 @@ class SQLProfilePlugin extends Plugin
 {
     private $recursionGuard = false;
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'SQLProfile',
-                            'version' => STATUSNET_VERSION,
+                            'version' => GNUSOCIAL_VERSION,
                             'author' => 'Brion Vibber',
                             'homepage' => 'http://status.net/wiki/Plugin:SQLProfile',
                             'rawdescription' =>
-                            _m('Debug tool to watch for poorly indexed DB queries'));
+                            // TRANS: Plugin description.
+                            _m('Debug tool to watch for poorly indexed DB queries.'));
 
         return true;
     }