@@ -27,7 +27,7 @@ |
||
27 | 27 | public function init() |
28 | 28 | { |
29 | 29 | $view = $this->view(); |
30 | - $context = $this->context(); |
|
30 | + $context = $this->context(); |
|
31 | 31 | $key = $context->config()->get( 'resource/recaptcha/secretkey' ); |
32 | 32 | |
33 | 33 | if( $key && $view->request()->getMethod() === 'POST' ) |