From 424ddebb7de4e88f3eb29fe70dd1014cbc25f86b Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 15 Oct 2007 08:57:59 +0000 Subject: [PATCH] * Message 'cascadeprotected' has for a longer time parameter $2 for a list of titles -> use this parameter. --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index deb126b776..adbdc314cf 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1031,7 +1031,7 @@ class OutputPage { $titles = ''; foreach( $cascadeSources as $title ) $titles .= "* [[:" . $title->getPrefixedText() . "]]\n"; - $this->addWikiText( wfMsgExt( 'cascadeprotected', 'parsemag', $count ) . "\n{$titles}" ); + $this->addWikiText( wfMsgExt( 'cascadeprotected', 'parsemag', $count, "\n{$titles}" ) ); } elseif( !$wgTitle->isProtected( 'edit' ) && $wgTitle->isNamespaceProtected() ) { // Namespace protection $ns = $wgTitle->getNamespace() == NS_MAIN -- 2.20.1