Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update apps/dav/lib/CardDAV/PhotoCache.php
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>

Co-Authored-By: skjnldsv <[email protected]>
  • Loading branch information
2 people authored and Backportbot committed Jan 4, 2019
commit 53b09033aefe21fc7804261bf2c9b2e01b076a35
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