Index: trunk/extensions/SemanticMediaWiki/SMW.hooks.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | * @return true |
27 | 27 | */ |
28 | 28 | public static function registerResourceLoaderModules( ResourceLoader &$resourceLoader ) { |
29 | | - global $wgContLang; |
| 29 | + global $wgContLang, $smwgScriptPath; |
30 | 30 | |
31 | 31 | $modules = array( |
32 | 32 | 'ext.smw.style' => array( |