mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
refactores the modal out of the view into its own modal component
This commit is contained in:
@@ -96,6 +96,7 @@ class Profil extends Auth_Controller
|
||||
}
|
||||
//? status code 200 OK
|
||||
$update_res->code = 200;
|
||||
$update_res->retval = $this->ProfilChangeModel->getTimestamp($this->uid)->change_timestamp;
|
||||
echo json_encode($update_res);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user