João Costa
Results
2
comments of
João Costa
Hello Elias, After some digging I got to this function -> `public function processImport($dataArray) { if($this->_validateData($dataArray)) { $this->_importData(); } }` Which seems that if by any reason the validation of...
``` /** * Receive the confirmation token from user email provider, login the user */ public function confirmAction($token) { try { return parent::confirmAction($token); } catch (NotFoundHttpException $e) { $url =...