r103916 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103915‎ | r103916 | r103917 >
Date:16:24, 22 November 2011
Author:danwe
Status:deferred
Tags:
Comment:
'GetThisVariableValueSwitch' hook call signature changed
Modified paths:
  • /trunk/extensions/ParserFun/ParserFun.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ParserFun/ParserFun.php
@@ -235,7 +235,7 @@
236236
237237 default:
238238 // give other extensions a chance to hook up with this and return their own values:
239 - wfRunHooks( 'GetThisVariableValueSwitch', array( &$parser, $title, &$mwId, &$ret, &$frame, &$args ) );
 239+ wfRunHooks( 'GetThisVariableValueSwitch', array( &$parser, $title, &$mwId, &$ret, $frame, $args ) );
240240 }
241241 return $ret;
242242 }

Status & tagging log