Merge remote-tracking branch 'upstream/next' into next

This commit is contained in:
Kijin Sung 2020-09-07 20:33:42 +09:00
commit 9ef29a5f1c

View file

@ -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;
}