mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
refactor(Wave accessability changes): changes color contrasts and fixes other little bugs
This commit is contained in:
@@ -25,7 +25,6 @@ class ProfilLib{
|
||||
return error(getData($isMitarbeiter));
|
||||
}
|
||||
$isMitarbeiter = getData($isMitarbeiter);
|
||||
$isMitarbeiter = $isMitarbeiter ? current($isMitarbeiter) : false;
|
||||
if ($isMitarbeiter) {
|
||||
$res->view = "MitarbeiterProfil";
|
||||
$res->data = $this->mitarbeiterProfil();
|
||||
|
||||
Reference in New Issue
Block a user