r28218 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28217‎ | r28218 | r28219 >
Date:19:07, 6 December 2007
Author:erik
Status:old
Tags:
Comment:
calltime pass-by ref is disabled in recent PHP versions and will generate ugly warnings
Modified paths:
  • /trunk/extensions/LiquidThreads/LqtPages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/LqtPages.php
@@ -572,7 +572,7 @@
573573
574574 function customizeTabs( $skintemplate, $content_actions ) {
575575 $content_actions['history']['class'] = 'selected';
576 - parent::customizeTabs(&$skintemplate, &$content_actions);
 576+ parent::customizeTabs($skintemplate, $content_actions);
577577 return true;
578578 }
579579

Status & tagging log