mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Merge remote-tracking branch 'upstream/next' into next
This commit is contained in:
commit
9ef29a5f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@ class ModuleHandler extends Handler
|
|||
if(Context::getRequestMethod() === 'GET')
|
||||
{
|
||||
$oDocument = DocumentModel::getDocument($this->document_srl);
|
||||
if($oDocument->isExists())
|
||||
if(!$oDocument->isExists())
|
||||
{
|
||||
$this->httpStatusCode = 404;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue