Index: trunk/extensions/Vector/Vector.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | * @author Nimish Gautam <nimish@wikimedia.org> |
12 | 12 | * @author Adam Miller <amiller@wikimedia.org> |
13 | 13 | * @license GPL v2 or later |
14 | | - * @version 0.2.0 |
| 14 | + * @version 0.3.0 |
15 | 15 | */ |
16 | 16 | |
17 | 17 | /* Configuration */ |
— | — | @@ -47,5 +47,5 @@ |
48 | 48 | $wgExtensionMessagesFiles['Vector'] = dirname( __FILE__ ) . '/Vector.i18n.php'; |
49 | 49 | $wgHooks['BeforePageDisplay'][] = 'VectorHooks::beforePageDisplay'; |
50 | 50 | $wgHooks['GetPreferences'][] = 'VectorHooks::getPreferences'; |
51 | | -$wgHooks['MakeGlobalVariablesScript'][] = 'VectorHooks::MakeGlobalVariablesScript'; |
| 51 | +$wgHooks['MakeGlobalVariablesScript'][] = 'VectorHooks::makeGlobalVariablesScript'; |
52 | 52 | $wgHooks['ResourceLoaderRegisterModules'][] = 'VectorHooks::resourceLoaderRegisterModules'; |
\ No newline at end of file |