]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/register.php
Mimetype was not recognized if longer than bare mime
[quix0rs-gnu-social.git] / actions / register.php
index 97f0e19cfdd64143f8a5d46e2d74b5985f03212c..6f23244d13526d2ac2d5898e53bf9bcadcbee15d 100644 (file)
@@ -120,9 +120,9 @@ class RegisterAction extends Action
      *
      * @return void
      */
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
 
         if (common_config('site', 'closed')) {
             // TRANS: Client error displayed when trying to register to a closed site.