Index: trunk/extensions/SemanticForms/includes/SF_Utils.inc |
— | — | @@ -90,7 +90,7 @@ |
91 | 91 | * to display and work correctly |
92 | 92 | */ |
93 | 93 | static function addJavascriptAndCSS() { |
94 | | - global $wgOut, $sfgScriptPath, $sfgYUIBase, $wgFCKEditorDir; |
| 94 | + global $wgOut, $sfgScriptPath, $sfgYUIBase, $wgScriptPath, $wgFCKEditorDir; |
95 | 95 | |
96 | 96 | $mainCssUrl = $sfgScriptPath . '/skins/SF_main.css'; |
97 | 97 | $wgOut->addLink( array( |