Index: trunk/extensions/InputBox/InputBox.php |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | // Register parser hook |
54 | 54 | if ( defined( 'MW_SUPPORTS_PARSERFIRSTCALLINIT' ) ) { |
55 | 55 | // Modern |
56 | | - $wgHooks['ParserFirstCallInit'][] = array( 'InputBoxHooks::register' ); |
| 56 | + $wgHooks['ParserFirstCallInit'][] = 'InputBoxHooks::register'; |
57 | 57 | } else { |
58 | 58 | // Legacy |
59 | 59 | $wgExtensionFunctions[] = array( 'InputBoxHooks', 'register' ); |