Index: trunk/extensions/inputbox/inputbox.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | */ |
33 | 33 | function registerInputboxExtension() |
34 | 34 | { |
35 | | - global $wgParser,$wgExtensionCredits; |
| 35 | + global $wgParser; |
36 | 36 | $wgParser->setHook('inputbox', 'renderInputbox'); |
37 | 37 | } |
38 | 38 | |
— | — | @@ -153,4 +153,4 @@ |
154 | 154 | } |
155 | 155 | |
156 | 156 | } |
157 | | -?> |
\ No newline at end of file |
| 157 | +?> |