Bad type
This commit is contained in:
parent
25199fd9c6
commit
a87fbd3f06
@ -68,7 +68,7 @@ class DolEditor
|
|||||||
* @param int $readonly 0=Read/Edit, 1=Read only
|
* @param int $readonly 0=Read/Edit, 1=Read only
|
||||||
* @param array $poscursor Array for initial cursor position array('x'=>x, 'y'=>y)
|
* @param array $poscursor Array for initial cursor position array('x'=>x, 'y'=>y)
|
||||||
*/
|
*/
|
||||||
public function __construct($htmlname, $content, $width = '', $height = 200, $toolbarname = 'Basic', $toolbarlocation = 'In', $toolbarstartexpanded = false, $uselocalbrowser = true, $okforextendededitor = true, $rows = 0, $cols = 0, $readonly = 0, $poscursor = array())
|
public function __construct($htmlname, $content, $width = '', $height = 200, $toolbarname = 'Basic', $toolbarlocation = 'In', $toolbarstartexpanded = false, $uselocalbrowser = 1, $okforextendededitor = true, $rows = 0, $cols = 0, $readonly = 0, $poscursor = array())
|
||||||
{
|
{
|
||||||
global $conf, $langs;
|
global $conf, $langs;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user