Skip to content

Commit 1628325

Browse files
MorrisJobkeskjnldsv
andcommitted
Update apps/dav/lib/CardDAV/PhotoCache.php
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> Co-Authored-By: skjnldsv <[email protected]>
1 parent 65e667a commit 1628325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dav/lib/CardDAV/PhotoCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ private function getPhoto(Card $node) {
233233
'body' => $val
234234
];
235235
} catch (\Exception $e) {
236-
$this->logger->logException($ex, [
236+
$this->logger->logException($e, [
237237
'message' => 'Exception during vcard photo parsing'
238238
]);
239239
}

0 commit comments

Comments
 (0)