From 7006bbd457054782d31432a9ed87b17b031cf3ac Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 10 Jun 2010 16:19:08 +0000 Subject: [PATCH] default for html::initCKEditor 3. parameter, to fix warning in fmail --- phpgwapi/inc/class.html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index 51c8e1827f..d596533350 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -595,7 +595,7 @@ class html return $oCKeditor->editor($_name, $_content, null, $events); } - static function &initCKEditor($_height, $_mode, $_options) + static function &initCKEditor($_height, $_mode, $_options=array()) { include_once(EGW_INCLUDE_ROOT."/phpgwapi/js/ckeditor3/ckeditor_php5.php"); // use the lang and country information to construct a possible lang info for CKEditor UI and scayt_slang