Index: branches/REL1_6/phase3/includes/Parser.php |
— | — | @@ -213,8 +213,6 @@ |
214 | 214 | $this->mRevisionId = $revid; |
215 | 215 | $this->mOutputType = OT_HTML; |
216 | 216 | |
217 | | - $this->mStripState = NULL; |
218 | | - |
219 | 217 | //$text = $this->strip( $text, $this->mStripState ); |
220 | 218 | // VOODOO MAGIC FIX! Sometimes the above segfaults in PHP5. |
221 | 219 | $x =& $this->mStripState; |