r90298 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90297‎ | r90298 | r90299 >
Date:17:13, 17 June 2011
Author:ialex
Status:ok
Tags:
Comment:
In wfBacktrcae(): print "->" or "::" whether the function was called dynamically or statically instead of always "::"
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -1416,7 +1416,7 @@
14171417 $msg .= '<li>' . $file . ' line ' . $line . ' calls ';
14181418 }
14191419 if( !empty( $call['class'] ) ) {
1420 - $msg .= $call['class'] . '::';
 1420+ $msg .= $call['class'] . $call['type'];
14211421 }
14221422 $msg .= $call['function'] . '()';
14231423

Status & tagging log