summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-01-04 15:02:15 +0100
committerMorris Jobke <hey@morrisjobke.de>2019-01-04 20:04:13 +0100
commit7f5c38bb604f54889071de7dfe529abf0d38eaa5 (patch)
tree51d581138fccb6a351f7348d39200ece8b52adc3 /apps
parent1d2d7fd60d7f663310dc05088f01fea8144eeb2e (diff)
downloadnextcloud-server-7f5c38bb604f54889071de7dfe529abf0d38eaa5.tar.gz
nextcloud-server-7f5c38bb604f54889071de7dfe529abf0d38eaa5.zip
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>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/CardDAV/PhotoCache.php2
1 files changed, 1 insertions, 1 deletions
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'
]);
}