From: Rob Church Date: Sat, 7 Jul 2007 04:59:21 +0000 (+0000) Subject: Kill some parameter cruft X-Git-Tag: 1.31.0-rc.0~52219 X-Git-Url: http://git.cyclocoop.org/data/%7B%24admin_url%7Dconfig?a=commitdiff_plain;h=72f6e565349b957cb2d1d3f055bd971c090cc858;p=lhc%2Fweb%2Fwiklou.git Kill some parameter cruft --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index c6724cd360..527b92c028 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -982,8 +982,7 @@ class OutputPage { $ns = $wgTitle->getNamespace() == NS_MAIN ? wfMsg( 'nstab-main' ) : $wgTitle->getNsText(); - $this->addWikiText( wfMsg( 'namespaceprotected', $ns, - implode( ', ', $wgNamespaceProtection[ $wgTitle->getNamespace() ] ) ) ); + $this->addWikiText( wfMsg( 'namespaceprotected', $ns ) ); } else { // Standard protection $this->addWikiText( wfMsg( 'protectedpagetext' ) );