r46932 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46931‎ | r46932 | r46933 >
Date:18:02, 6 February 2009
Author:yaron
Status:deferred
Tags:
Comment:
Fixed bug in including FCKeditor
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Utils.inc (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Utils.inc
@@ -90,7 +90,7 @@
9191 * to display and work correctly
9292 */
9393 static function addJavascriptAndCSS() {
94 - global $wgOut, $sfgScriptPath, $sfgYUIBase, $wgFCKEditorDir;
 94+ global $wgOut, $sfgScriptPath, $sfgYUIBase, $wgScriptPath, $wgFCKEditorDir;
9595
9696 $mainCssUrl = $sfgScriptPath . '/skins/SF_main.css';
9797 $wgOut->addLink( array(

Status & tagging log