From: Ilmari Karonen Date: Sun, 2 Jul 2006 18:42:58 +0000 (+0000) Subject: fix breakage from r15226 X-Git-Tag: 1.31.0-rc.0~56472 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=b605f04ef9f32fe215a49f4c7ae6dc48af120f1a;p=lhc%2Fweb%2Fwiklou.git fix breakage from r15226 --- diff --git a/includes/XmlFunctions.php b/includes/XmlFunctions.php index 7bb2895aaa..64e349f24d 100644 --- a/includes/XmlFunctions.php +++ b/includes/XmlFunctions.php @@ -16,7 +16,7 @@ function wfCloseElement( $element ) { return ""; } 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 );