Skip to content

Commit

Permalink
Update User.php
Browse files Browse the repository at this point in the history
  • Loading branch information
LoLei authored Oct 9, 2024
1 parent 1a114a9 commit 5efb935
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 5efb935

Please sign in to comment.