fix PHP Fatal error: Class 'EGroupware\Api\auth' not found

This commit is contained in:
Ralf Becker 2016-03-28 19:08:05 +00:00
parent cfe77bd468
commit d1924fee2f

View File

@ -5948,7 +5948,7 @@ class Mail
*/
static function getRandomString()
{
return auth::randomstring(32);
return Auth::randomstring(32);
}
/**