mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
Added feature to withdraw approvals/rejections for STGL
Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user