Index: trunk/extensions/InputBox/InputBox.hooks.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | global $wgParser; |
18 | 18 | |
19 | 19 | // Register the hook with the parser |
20 | | - $wgParser->setHook( 'inputbox', 'InputBoxHooks::render' ); |
| 20 | + $wgParser->setHook( 'inputbox', array( 'InputBoxHooks', 'render' ) ); |
21 | 21 | |
22 | 22 | // Continue |
23 | 23 | return true; |