mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02: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()
|
||||
{
|
||||
$curr = Controller::curr();
|
||||
$req = $this->getRequest();
|
||||
$req = $curr->getRequest();
|
||||
|
||||
return $req->requestVar('SecurityID') || $req->httpMethod() === 'POST';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user