]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/PostDebug/PostDebugPlugin.php
autoloading of Crypt_AES and Crypt_RSA is easier
[quix0rs-gnu-social.git] / plugins / PostDebug / PostDebugPlugin.php
index 48fe28eabd5248be128efa8e26436577c3e3ba4f..120feee8fe0c88c92260d683ad44f3822a910cd3 100644 (file)
@@ -48,13 +48,14 @@ class PostDebugPlugin extends Plugin
         }
     }
 
-    public function onPluginVersion(&$versions)
+    public function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'PostDebug',
-                            'version' => STATUSNET_VERSION,
+                            'version' => GNUSOCIAL_VERSION,
                             'author' => 'Brion Vibber',
                             'homepage' => 'http://status.net/wiki/Plugin:PostDebug',
                             'rawdescription' =>
+                            // TRANS: Plugin description.
                             _m('Debugging tool to record request details on POST.'));
         return true;
     }
@@ -145,6 +146,4 @@ class PostDebugPlugin extends Plugin
         }
         return $data;
     }
-
 }
-