fix breakage from r15226
authorIlmari Karonen <vyznev@users.mediawiki.org>
Sun, 2 Jul 2006 18:42:58 +0000 (18:42 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Sun, 2 Jul 2006 18:42:58 +0000 (18:42 +0000)
includes/XmlFunctions.php

index 7bb2895..64e349f 100644 (file)
@@ -16,7 +16,7 @@ function wfCloseElement( $element ) {
        return "</$element>"; 
 }
 function &HTMLnamespaceselector($selected = '', $allnamespaces = null, $includehidden=false) {
-       return Xml::namespaceSelector( $selected = '', $allnamespaces = null, $includehidden=false );
+       return Xml::namespaceSelector( $selected, $allnamespaces, $includehidden );
 }
 function wfSpan( $text, $class, $attribs=array() ) {
        return Xml::span( $text, $class, $attribs );