Update apps/dav/lib/CardDAV/PhotoCache.php
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Co-Authored-By: skjnldsv <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
65e667adf2
commit
16283258ea
|
@ -233,7 +233,7 @@ class PhotoCache {
|
||||||
'body' => $val
|
'body' => $val
|
||||||
];
|
];
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$this->logger->logException($ex, [
|
$this->logger->logException($e, [
|
||||||
'message' => 'Exception during vcard photo parsing'
|
'message' => 'Exception during vcard photo parsing'
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue