From 96bc20d3497e510be2dc9549bb28afee6b183e5d Mon Sep 17 00:00:00 2001 From: Daniel Kinzler Date: Fri, 14 Nov 2008 12:34:38 +0000 Subject: [PATCH] fix typo: use 'parseinline' with wfMsgExt, not 'parserinline' --- CategoryTreeFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CategoryTreeFunctions.php b/CategoryTreeFunctions.php index 707e20fb..c7569699 100644 --- a/CategoryTreeFunctions.php +++ b/CategoryTreeFunctions.php @@ -374,7 +374,7 @@ class CategoryTree { if ( !$allowMissing && !$title->getArticleID() ) { $html .= Xml::openElement( 'span', array( 'class' => 'CategoryTreeNotice' ) ); - $html .= wfMsgExt( 'categorytree-not-found', 'parserinline', htmlspecialchars( $category ) ); + $html .= wfMsgExt( 'categorytree-not-found', 'parseinline', htmlspecialchars( $category ) ); $html .= Xml::closeElement( 'span' ); } else {