r14588 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14587‎ | r14588 | r14589 >
Date:08:34, 6 June 2006
Author:brion
Status:old
Tags:
Comment:
Another backport; needed to fix behavior with updated Cite and Inputbox extensions
Modified paths:
  • /branches/REL1_6/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: branches/REL1_6/phase3/includes/Parser.php
@@ -213,8 +213,6 @@
214214 $this->mRevisionId = $revid;
215215 $this->mOutputType = OT_HTML;
216216
217 - $this->mStripState = NULL;
218 -
219217 //$text = $this->strip( $text, $this->mStripState );
220218 // VOODOO MAGIC FIX! Sometimes the above segfaults in PHP5.
221219 $x =& $this->mStripState;

Status & tagging log