Skip to content

Commit

Permalink
Fix #10549 - Variable name typo in getEmailInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
LoLei authored and jack7anderson7 committed Oct 14, 2024
1 parent 1a114a9 commit 026f065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Users/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -1821,7 +1821,7 @@ public function getEmailInfo($id = '')
} else {
$r = $user->db->query("SELECT value FROM config WHERE name = 'fromaddress'");
$a = $user->db->fetchByAssoc($r);
$fromddr = $a['value'];
$fromaddr = $a['value'];
}
}

Expand Down

0 comments on commit 026f065

Please sign in to comment.