mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
make strict status code 11 check
This commit is contained in:
parent
4580c0ce6e
commit
f889ee729a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue