]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/PostDebug/PostDebugPlugin.php
JOINs and FOLLOWs would have null titles in Activity representation of notices
[quix0rs-gnu-social.git] / plugins / PostDebug / PostDebugPlugin.php
index 48fe28eabd5248be128efa8e26436577c3e3ba4f..3b4ccd272b258afd485a758e6866b7106e142008 100644 (file)
@@ -51,10 +51,11 @@ class PostDebugPlugin extends Plugin
     public function onPluginVersion(&$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;
     }
-
 }
-