mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
fix wrong namespace
This commit is contained in:
parent
9c8823cde2
commit
34f4a23497
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user