mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
make strict status code 11 check
This commit is contained in:
parent
4580c0ce6e
commit
f889ee729a
@ -204,7 +204,7 @@ class Content
|
||||
|
||||
$this->page->response->show(
|
||||
$response->getMeta(), // placeholder
|
||||
boolval(10 === $response->getCode()) // input visibility
|
||||
boolval(11 !== $response->getCode()) // input visibility
|
||||
);
|
||||
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user