unlock maxlength fix
This commit is contained in:
parent
1e5e1ecf3d
commit
c115df4ebf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_'))
|
||||||
|
|
||||||
function editor_html($id, $content, $is_dhtml_editor = true)
|
function editor_html($id, $content, $is_dhtml_editor = true)
|
||||||
{
|
{
|
||||||
global $g5, $config, $w, $board, $write;
|
global $g5, $config, $w, $board, $write, $is_admin;
|
||||||
static $js = true;
|
static $js = true;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue