Revision: 43491
Author:   daniel
Date:     2008-11-14 12:34:38 +0000 (Fri, 14 Nov 2008)

Log Message:
-----------
fix typo: use 'parseinline' with wfMsgExt, not 'parserinline'

Modified Paths:
--------------
    trunk/extensions/CategoryTree/CategoryTreeFunctions.php

Modified: trunk/extensions/CategoryTree/CategoryTreeFunctions.php
===================================================================
--- trunk/extensions/CategoryTree/CategoryTreeFunctions.php     2008-11-14 
11:58:45 UTC (rev 43490)
+++ trunk/extensions/CategoryTree/CategoryTreeFunctions.php     2008-11-14 
12:34:38 UTC (rev 43491)
@@ -374,7 +374,7 @@
 
                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 {



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to