unlock maxlength fix

This commit is contained in:
Amberstone 2024-11-22 01:13:33 +09:00
parent 1e5e1ecf3d
commit c115df4ebf
Signed by: amber
GPG key ID: 094B0E55F98D8BF1

View file

@ -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 (