Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php |
— | — | @@ -415,6 +415,7 @@ |
416 | 416 | global $wgHooks, $wgExtensionFunctions; |
417 | 417 | |
418 | 418 | $numRows = isset( $fieldArgs['rows'] ) && $fieldArgs['rows'] > 0 ? $fieldArgs['rows'] : 5; |
| 419 | + $FCKEditorHeight = ($wgFCKEditorHeight < 300) ? 300 : $wgFCKEditorHeight; |
419 | 420 | |
420 | 421 | $newWinMsg = wfMsg( 'rich_editor_new_window' ); |
421 | 422 | $javascript_text = ' |