mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
#1802 보완
This commit is contained in:
parent
0b83bbae2f
commit
c87e6d759c
1 changed files with 1 additions and 1 deletions
|
|
@ -1530,7 +1530,7 @@ class commentController extends comment
|
|||
function declaredComment($comment_srl, $declare_message)
|
||||
{
|
||||
// Fail if session information already has a reported document
|
||||
if($_SESSION['declared_comment'][$comment_srl])
|
||||
if(isset($_SESSION['declared_comment'][$comment_srl]))
|
||||
{
|
||||
return new BaseObject(-1, 'failed_declared');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue