Skip to content
Snippets Groups Projects
Commit 29cb2570 authored by Prasad's avatar Prasad
Browse files

Fixed typo of return variable

parent 2d49bde7
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class CustomerPortal_ForgotPassword extends CustomerPortal_API_Abstract {
$response->setError('1412', 'Invalid email');
}
return $neutralResponse ? $neturalResponse : $response;
return $neutralResponse ? $neutralResponse : $response;
}
function authenticatePortalUser($username, $password) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment