mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
잘못된 변수명을 고침
This commit is contained in:
parent
e65b1caf3c
commit
6dbb953423
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@ class documentController extends document
|
||||||
$obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content);
|
$obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content);
|
||||||
|
|
||||||
// Return error if content is empty.
|
// Return error if content is empty.
|
||||||
if (!$manual_inserted && is_empty_html_content($obj->content))
|
if (!$manual_updated && is_empty_html_content($obj->content))
|
||||||
{
|
{
|
||||||
return new BaseObject(-1, 'msg_empty_content');
|
return new BaseObject(-1, 'msg_empty_content');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue