mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix PHP Fatal error: Class 'EGroupware\Api\auth' not found
This commit is contained in:
parent
cfe77bd468
commit
d1924fee2f
@ -5948,7 +5948,7 @@ class Mail
|
||||
*/
|
||||
static function getRandomString()
|
||||
{
|
||||
return auth::randomstring(32);
|
||||
return Auth::randomstring(32);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user