]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SQLProfile/SQLProfilePlugin.php
Trying to debug some stuff regarding oEmbed
[quix0rs-gnu-social.git] / plugins / SQLProfile / SQLProfilePlugin.php
index 20dfb88676e19cc23e430f5656a0729fd0a1a101..3baa91e4949af67750938c78adf41b5c797d08bd 100644 (file)
@@ -31,12 +31,12 @@ 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',
+                            'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/SQLProfile',
                             'rawdescription' =>
                             // TRANS: Plugin description.
                             _m('Debug tool to watch for poorly indexed DB queries.'));