Changeset 611

Show
Ignore:
Timestamp:
2007-08-01 11:34:33 (18 months ago)
Author:
wwalc
Message:

Fixed Call-time pass-by-reference has been deprecated bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MediaWiki/trunk/extensions/FCKeditor/FCKeditorParser.body.php

    r609 r611  
    186186 
    187187    function parse( $text, &$title, $options, $linestart = true, $clearState = true, $revid = null ) { 
    188         $parserOutput = parent::parse($text, &$title, $options, $linestart , $clearState , $revid ); 
     188        $parserOutput = parent::parse($text, $title, $options, $linestart , $clearState , $revid ); 
    189189 
    190190        $categories = $parserOutput->getCategories();