mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix infamous "내용 값은 필수입니다" in legacy sketchbook skin
This commit is contained in:
parent
771dbfe114
commit
70e04a1dc5
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class EditorModel extends Editor
|
||||||
{
|
{
|
||||||
if(empty($_SESSION['_editor_sequence_']))
|
if(empty($_SESSION['_editor_sequence_']))
|
||||||
{
|
{
|
||||||
$_SESSION['_editor_sequence_'] = 1;
|
$_SESSION['_editor_sequence_'] = 4;
|
||||||
}
|
}
|
||||||
$option->editor_sequence = $_SESSION['_editor_sequence_']++;
|
$option->editor_sequence = $_SESSION['_editor_sequence_']++;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue