From: Jeroen De Dauw Date: Tue, 6 Mar 2012 01:16:56 +0000 (+0000) Subject: follow up to r113115, rem not needed args X-Git-Tag: 1.31.0-rc.0~24370 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=97e6c8f250088e79ee70f7f0b93afc4182f8389d;p=lhc%2Fweb%2Fwiklou.git follow up to r113115, rem not needed args --- diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 2a465739b9..a43b87ac68 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -447,10 +447,7 @@ class SpecialContributions extends SpecialPage { Html::namespaceSelector( array( 'selected' => $this->opts['namespace'], 'all' => '', - 'label' => null, ), array( - 'name' => 'namespace', - 'id' => 'namespace', 'class' => 'namespaceselector', ) ) . ' ' .