mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-22 20:20:38 +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()
|
static function getRandomString()
|
||||||
{
|
{
|
||||||
return auth::randomstring(32);
|
return Auth::randomstring(32);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user