mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
wrong uid was used to get the emails of the student profil view
This commit is contained in:
@@ -262,7 +262,7 @@ class Profil extends Auth_Controller
|
||||
|
||||
$intern_email = array();
|
||||
$intern_email+=array("type" => "intern");
|
||||
$intern_email+=array("email"=> $this->uid . "@" . DOMAIN);
|
||||
$intern_email+=array("email"=> $uid . "@" . DOMAIN);
|
||||
|
||||
$res->emails = array($intern_email);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user