From 70e04a1dc5e77019d960fdc56c39133d95ccb419 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Mon, 25 Aug 2025 23:55:00 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20infamous=20"=EB=82=B4=EC=9A=A9=20?= =?UTF-8?q?=EA=B0=92=EC=9D=80=20=ED=95=84=EC=88=98=EC=9E=85=EB=8B=88?= =?UTF-8?q?=EB=8B=A4"=20in=20legacy=20sketchbook=20skin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/editor/editor.model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/editor.model.php b/modules/editor/editor.model.php index 0e2cf9dcc..bcc20d225 100644 --- a/modules/editor/editor.model.php +++ b/modules/editor/editor.model.php @@ -136,7 +136,7 @@ class EditorModel extends Editor { if(empty($_SESSION['_editor_sequence_'])) { - $_SESSION['_editor_sequence_'] = 1; + $_SESSION['_editor_sequence_'] = 4; } $option->editor_sequence = $_SESSION['_editor_sequence_']++; }