wrong uid was used to get the emails of the student profil view

This commit is contained in:
Simon Gschnell
2023-12-19 15:36:11 +01:00
parent c08171536c
commit 8666dbe3a6
+1 -1
View File
@@ -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);