From: Ævar Arnfjörð Bjarmason Date: Fri, 7 Oct 2005 19:58:20 +0000 (+0000) Subject: * (bug 3616) Another typecast issue X-Git-Tag: 1.6.0~1514 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=e5ea3ae022bc49ef92d646992a35f1afc06978fd;p=lhc%2Fweb%2Fwiklou.git * (bug 3616) Another typecast issue --- diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index f3ea43e3a9..eb31198d09 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -252,7 +252,7 @@ function wfSpecialContributions( $par = null ) { $nsform .= "

"; $nsform .= wfMsgHtml('namespace'); - $nsform .= HTMLnamespaceselector($ns, ''); + $nsform .= HTMLnamespaceselector((int)$ns, ''); $nsform .= wfElement("input", array( "type" => "submit",