r39000 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38999‎ | r39000 | r39001 >
Date:14:33, 9 August 2008
Author:ialex
Status:old
Tags:
Comment:
PHP 5.3.0alpha1 compatibility (same issue as r38995: E_WARNING: argument 2 cannot be passed by reference, value given)
Modified paths:
  • /trunk/extensions/CategoryTree/CategoryTree.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CategoryTree/CategoryTree.php
@@ -351,7 +351,7 @@
352352 * Hook callback that injects messages and things into the <head> tag
353353 * Does nothing if $parserOutput->mCategoryTreeTag is not set
354354 */
355 -function efCategoryTreeParserOutput( &$outputPage, &$parserOutput ) {
 355+function efCategoryTreeParserOutput( &$outputPage, $parserOutput ) {
356356 if ( !empty( $parserOutput->mCategoryTreeTag ) ) {
357357 CategoryTree::setHeaders( $outputPage );
358358 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r38995For compatibility with PHP 5.3.0alpha1: specify class name instead of passing...ialex13:31, 9 August 2008

Status & tagging log