* (bug 3616) Another typecast issue
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 7 Oct 2005 19:58:20 +0000 (19:58 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 7 Oct 2005 19:58:20 +0000 (19:58 +0000)
includes/SpecialContributions.php

index f3ea43e..eb31198 100644 (file)
@@ -252,7 +252,7 @@ function wfSpecialContributions( $par = null ) {
        $nsform .= "<p>";
        $nsform .= wfMsgHtml('namespace');
 
-       $nsform .= HTMLnamespaceselector($ns, '');
+       $nsform .= HTMLnamespaceselector((int)$ns, '');
 
        $nsform .= wfElement("input", array(
                        "type" => "submit",