This commit is contained in:
José Luis Gordo Romero 2007-12-23 08:17:01 +00:00
parent 91f90bb1af
commit a70080a62a

View File

@ -572,7 +572,7 @@ class html
}
else
{
return $this->fckEditor($_name, $_content, $_mode, array(), $_height='400px', $_width='100%');
return $this->fckEditor($_name, $_content, $_mode, array(), $_height, $_width);
}
}