Skip to content

Commit 20f69bd

Browse files
author
Pascal Querner
committed
4933 chore: run phpcs fixer on this file
1 parent b196220 commit 20f69bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ public function forgotPasswordPostAction()
721721
$this->_redirect('*/*/forgotpassword');
722722
return;
723723
}
724-
724+
725725
$flowPassword = Mage::getModel('customer/flowpassword');
726726
$flowPassword->setEmail($email)->save();
727727

0 commit comments

Comments
 (0)