From 16283258ea2ee6a820dff056bf8bdf81db1593b1 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 4 Jan 2019 15:02:15 +0100 Subject: [PATCH] Update apps/dav/lib/CardDAV/PhotoCache.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) Co-Authored-By: skjnldsv --- apps/dav/lib/CardDAV/PhotoCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/lib/CardDAV/PhotoCache.php b/apps/dav/lib/CardDAV/PhotoCache.php index a252984d5fc..fa244857e39 100644 --- a/apps/dav/lib/CardDAV/PhotoCache.php +++ b/apps/dav/lib/CardDAV/PhotoCache.php @@ -233,7 +233,7 @@ class PhotoCache { 'body' => $val ]; } catch (\Exception $e) { - $this->logger->logException($ex, [ + $this->logger->logException($e, [ 'message' => 'Exception during vcard photo parsing' ]); }