r45000 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44999‎ | r45000 | r45001 >
Date:14:53, 24 December 2008
Author:ialex
Status:ok
Tags:
Comment:
Same as r44997, fix compatibility with PHP 5.3
Modified paths:
  • /trunk/extensions/BreadCrumbs/BreadCrumbsFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/BreadCrumbs/BreadCrumbsFunctions.php
@@ -60,7 +60,7 @@
6161 }
6262
6363 ## Entry point for the hook for printing the CSS:
64 -function fnBreadCrumbsOutputHook( &$m_pageObj, &$m_parserOutput ) {
 64+function fnBreadCrumbsOutputHook( &$m_pageObj, $m_parserOutput ) {
6565 global $wgScriptPath;
6666
6767 # Register CSS file for our select box:

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r44997For compatibility with PHP 5.3, removing reference to $action since it's pass...ialex13:30, 24 December 2008

Status & tagging log