Index: trunk/extensions/ParserFunctions/ParserFunctions.php |
— | — | @@ -475,6 +475,7 @@ |
476 | 476 | $wgParser->setFunctionHook( 'ifeq', array( &$wgExtParserFunctions, 'ifeq' ) ); |
477 | 477 | $wgParser->setFunctionHook( 'switch', array( &$wgExtParserFunctions, 'switchHook' ) ); |
478 | 478 | $wgParser->setFunctionHook( 'ifexist', array( &$wgExtParserFunctions, 'ifexist' ) ); |
? | 479 | + $wgParser->setFunctionHook( 'ifexpr', array( &$wgExtParserFunctions, 'ifexpr' ) ); |
479 | 480 | $wgParser->setFunctionHook( 'iferror', array( &$wgExtParserFunctions, 'iferror' ) ); |
480 | 481 | } |
481 | 482 | |