Skip to content

Commit 62689ef

Browse files
authored
Fixed rector.
1 parent 6118134 commit 62689ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/core/Mage/Customer/controllers/AccountController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@ public function forgotPasswordPostAction()
746746
try {
747747
$flowPassword->setEmail($email)->save();
748748
if ($customerId) {
749+
/** @var Helper $helper */
749750
$helper = $this->_getHelper('customer');
750751
$newResetPasswordLinkToken = $helper->generateResetPasswordLinkToken();
751752
$newResetPasswordLinkCustomerId = $helper->generateResetPasswordLinkCustomerId($customerId);

0 commit comments

Comments
 (0)