r88600 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88599‎ | r88600 | r88601 >
Date:19:56, 22 May 2011
Author:yaron
Status:deferred
Tags:
Comment:
Added missing line from ontoprise patch
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormUtils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php
@@ -415,6 +415,7 @@
416416 global $wgHooks, $wgExtensionFunctions;
417417
418418 $numRows = isset( $fieldArgs['rows'] ) && $fieldArgs['rows'] > 0 ? $fieldArgs['rows'] : 5;
 419+ $FCKEditorHeight = ($wgFCKEditorHeight < 300) ? 300 : $wgFCKEditorHeight;
419420
420421 $newWinMsg = wfMsg( 'rich_editor_new_window' );
421422 $javascript_text = '