From 34f4a234974ca8a7498d343a6e02a6ee4412a378 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 7 Jul 2016 16:36:06 +0200 Subject: [PATCH] fix wrong namespace --- api/src/Mail/Credentials.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Mail/Credentials.php b/api/src/Mail/Credentials.php index df4f6ed7b6..d0fd3cf00a 100644 --- a/api/src/Mail/Credentials.php +++ b/api/src/Mail/Credentials.php @@ -674,7 +674,7 @@ class Credentials } } } - catch(Exception $e) { + catch(\Exception $e) { // do not stall regular use, if password migration fails _egw_log_exception($e); }