Deleted testuser

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-02-18 09:32:46 +01:00
committed by cris-technikum
parent b5c9567c01
commit ce2deb32e1
@@ -30,7 +30,7 @@ function getAuthPersonId()
function getAuthUID()
{
$ci =& get_instance(); // get CI instance
return 'martinek';
return isLogged() ? ($ci->authlib->getAuthObj())->{AuthLib::AO_USERNAME} : null;
}