http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88600
Revision: 88600
Author: yaron
Date: 2011-05-22 19:56:41 +0000 (Sun, 22 May 2011)
Log Message:
-----------
Added missing line from ontoprise patch
Modified Paths:
--------------
trunk/extensions/SemanticForms/includes/SF_FormUtils.php
Modified: trunk/extensions/SemanticForms/includes/SF_FormUtils.php
===================================================================
--- trunk/extensions/SemanticForms/includes/SF_FormUtils.php 2011-05-22
19:48:03 UTC (rev 88599)
+++ trunk/extensions/SemanticForms/includes/SF_FormUtils.php 2011-05-22
19:56:41 UTC (rev 88600)
@@ -415,6 +415,7 @@
global $wgHooks, $wgExtensionFunctions;
$numRows = isset( $fieldArgs['rows'] ) && $fieldArgs['rows'] >
0 ? $fieldArgs['rows'] : 5;
+ $FCKEditorHeight = ($wgFCKEditorHeight < 300) ? 300 :
$wgFCKEditorHeight;
$newWinMsg = wfMsg( 'rich_editor_new_window' );
$javascript_text = '
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs