r51635 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51634‎ | r51635 | r51636 >
Date:10:57, 9 June 2009
Author:ialex
Status:deferred
Tags:
Comment:
Compat with PHP 5.3: thrid param is not passed by reference
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/LqtDispatch.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/LqtDispatch.php
@@ -172,7 +172,7 @@
173173 return true;
174174 }
175175
176 - static function customizeOldChangesList( &$changeslist, &$s, &$rc ) {
 176+ static function customizeOldChangesList( &$changeslist, &$s, $rc ) {
177177 if ( $rc->getTitle()->getNamespace() == NS_LQT_THREAD ) {
178178 $thread = Threads::withRoot( new Post( $rc->getTitle() ) );
179179 if ( !$thread ) return true;

Status & tagging log