mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +01:00
"missing default for last param or fckeditor"
This commit is contained in:
parent
63ee37b29c
commit
47763981e9
@ -585,7 +585,7 @@ class html
|
||||
* @param string $base_href='' if passed activates the browser for image at absolute path passed
|
||||
* @return string the necessary html for the textarea
|
||||
*/
|
||||
function fckEditor($_name, $_content, $_mode, $_options=array('toolbar_expanded' =>'true'), $_height='400px', $_width='100%',$_base_href)
|
||||
function fckEditor($_name, $_content, $_mode, $_options=array('toolbar_expanded' =>'true'), $_height='400px', $_width='100%',$_base_href='')
|
||||
{
|
||||
if (!$this->htmlarea_availible() || $_mode == 'ascii')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user