fix wrong namespace

This commit is contained in:
Ralf Becker 2016-07-07 16:36:06 +02:00
parent 9c8823cde2
commit 34f4a23497

View File

@ -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);
}