From d1924fee2fa6ac54832afd59e427bfd248d1a526 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 28 Mar 2016 19:08:05 +0000 Subject: [PATCH] fix PHP Fatal error: Class 'EGroupware\Api\auth' not found --- api/src/Mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Mail.php b/api/src/Mail.php index 759179ab53..8431e237e9 100644 --- a/api/src/Mail.php +++ b/api/src/Mail.php @@ -5948,7 +5948,7 @@ class Mail */ static function getRandomString() { - return auth::randomstring(32); + return Auth::randomstring(32); } /**