mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 09:05:46 +00:00
FIX: typo at isFormResponse
This commit is contained in:
parent
2039a0b42a
commit
8b13df9397
@ -39,7 +39,7 @@ class ObjectGraphQlEx extends DataExtension
|
|||||||
public function isFormResponse()
|
public function isFormResponse()
|
||||||
{
|
{
|
||||||
$curr = Controller::curr();
|
$curr = Controller::curr();
|
||||||
$req = $this->getRequest();
|
$req = $curr->getRequest();
|
||||||
|
|
||||||
return $req->requestVar('SecurityID') || $req->httpMethod() === 'POST';
|
return $req->requestVar('SecurityID') || $req->httpMethod() === 'POST';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user