mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 09:18:36 +02:00
fix PHP Fatal error: Class 'EGroupware\Api\auth' not found
This commit is contained in:
@ -5948,7 +5948,7 @@ class Mail
|
||||
*/
|
||||
static function getRandomString()
|
||||
{
|
||||
return auth::randomstring(32);
|
||||
return Auth::randomstring(32);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user