Skip to content

Commit

Permalink
Update apps/dav/lib/CardDAV/PhotoCache.php
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

Co-Authored-By: skjnldsv <skjnldsv@users.noreply.github.com>
  • Loading branch information
MorrisJobke and skjnldsv committed Jan 21, 2019
1 parent cc20323 commit 238d27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/CardDAV/PhotoCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ private function getPhoto(Card $node) {
'body' => $val
];
} catch (\Exception $e) {
$this->logger->logException($ex, [
$this->logger->logException($e, [
'message' => 'Exception during vcard photo parsing'
]);
}
Expand Down

0 comments on commit 238d27d

Please sign in to comment.