Index: trunk/extensions/ParserFun/ParserFun.php |
— | — | @@ -235,7 +235,7 @@ |
236 | 236 | |
237 | 237 | default: |
238 | 238 | // 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 ) ); |
240 | 240 | } |
241 | 241 | return $ret; |
242 | 242 | } |