1 Commits
3.8.6 ... 3.8.7

Author SHA1 Message Date
393f37577d json POST $variables fix 2025-12-02 18:58:04 +03:00

View File

@@ -408,9 +408,6 @@ final class request
// Exit (false)
throw new exception_argument('Failed to validate JSON from the input buffer', status::unprocessable_content->value);
}
// Writing parameters from environment into the property
$this->parameters = $_POST ?? [];
} else if ($this->method === method::post) {
// POST method