http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100231
Revision: 100231
Author: raymond
Date: 2011-10-19 15:25:12 +0000 (Wed, 19 Oct 2011)
Log Message:
-----------
MFT r93430 to avoid a fatal in FCKeditor
Modified Paths:
--------------
branches/REL1_18/extensions/FCKeditor/FCKeditor.body.php
Property Changed:
----------------
branches/REL1_18/extensions/FCKeditor/FCKeditor.body.php
Modified: branches/REL1_18/extensions/FCKeditor/FCKeditor.body.php
===================================================================
--- branches/REL1_18/extensions/FCKeditor/FCKeditor.body.php 2011-10-19
15:15:08 UTC (rev 100230)
+++ branches/REL1_18/extensions/FCKeditor/FCKeditor.body.php 2011-10-19
15:25:12 UTC (rev 100231)
@@ -125,7 +125,7 @@
}
public static function onParserBeforeStrip( &$parser, &$text,
&$stripState ) {
- $text = $parser->strip( $text, $stripState );
+ $text = $parser->replaceVariables( $text );
return true;
}
Property changes on: branches/REL1_18/extensions/FCKeditor/FCKeditor.body.php
___________________________________________________________________
Added: svn:mergeinfo
+ /trunk/extensions/FCKeditor/FCKeditor.body.php:93430
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs