mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
HttpStatusCode가 정수형일 경우 대비
This commit is contained in:
parent
f930ec74f8
commit
649e25ab63
3 changed files with 4 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ class messageView extends message
|
|||
$this->setTemplateFile('system_message');
|
||||
|
||||
// Default 403 Error
|
||||
if(!$this->getHttpStatusCode() || $this->getHttpStatusCode() === '200')
|
||||
if(!$this->getHttpStatusCode() || $this->getHttpStatusCode() == '200')
|
||||
{
|
||||
$this->setHttpStatusCode('403');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue