Remove dead argument in SpecialEditTags
authorjeroendedauw <jeroendedauw@gmail.com>
Wed, 16 Sep 2015 11:40:11 +0000 (13:40 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 16 Sep 2015 16:52:36 +0000 (16:52 +0000)
Change-Id: Idba1fd203e5616774a46e36b42fc124062261bee

includes/specials/SpecialEditTags.php

index 54f50d9..d2b2e70 100644 (file)
@@ -123,7 +123,7 @@ class SpecialEditTags extends UnlistedSpecialPage {
 
                // Either submit or create our form
                if ( $this->isAllowed && $this->submitClicked ) {
-                       $this->submit( $request );
+                       $this->submit();
                } else {
                        $this->showForm();
                }