@@ -29,7 +29,7 @@ |
||
29 | 29 | $this->addRule( |
30 | 30 | Rules::CALLBACK, |
31 | 31 | 'CSRF Attack detected', |
32 | - function () use ($csrf_key) { |
|
32 | + function() use ($csrf_key) { |
|
33 | 33 | return password_verify($csrf_key, $this->getRequest()->post(Form::_TOKEN_CSRF_, '')); |
34 | 34 | } |
35 | 35 | ); |