drop default parameters from r110252
[lhc/web/wiklou.git] / includes / specials / SpecialRecentchanges.php
index 06a8a0c..40e2194 100644 (file)
@@ -656,8 +656,7 @@ class SpecialRecentChanges extends IncludableSpecialPage {
         */
        protected function namespaceFilterForm( FormOptions $opts ) {
                $nsSelect = Html::namespaceSelector(
-                       array( 'selected' => $opts['namespace'], 'all' => '' ),
-                       array( 'name' => 'namespace', 'id' => 'namespace' )
+                       array( 'selected' => $opts['namespace'], 'all' => '' )
                );
                $nsLabel = Xml::label( wfMsg( 'namespace' ), 'namespace' );
                $invert = Xml::checkLabel(