Skip to content

Commit

Permalink
Fixed issue: Sending password reminder not working
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 27, 2018
1 parent 1dde1f5 commit d82d04d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/admin/authentication.php
Expand Up @@ -265,7 +265,6 @@ public static function runDbUpgrade()
*/
private function _sendPasswordEmail( $arUser)
{
debugbreak();
$sFrom = Yii::app()->getConfig("siteadminname")." <".Yii::app()->getConfig("siteadminemail").">";
$sTo = $arUser->email;
$sSubject = gT('User data');
Expand Down

0 comments on commit d82d04d

Please sign in to comment.