X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FSQLProfile%2FSQLProfilePlugin.php;h=a7912844c2421436b9f413ecc1a9fad44ea90e5b;hb=9101a1db3d6b369bf09590e8de21d66996c3eda1;hp=1e49d9005ee981aa87199f2841601c9b6eb16dfc;hpb=9a6ceb3303a98d1c5fba3587f32d0377e55062cc;p=quix0rs-gnu-social.git diff --git a/plugins/SQLProfile/SQLProfilePlugin.php b/plugins/SQLProfile/SQLProfilePlugin.php index 1e49d9005e..a7912844c2 100644 --- a/plugins/SQLProfile/SQLProfilePlugin.php +++ b/plugins/SQLProfile/SQLProfilePlugin.php @@ -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; }