summaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-01-04 15:02:15 +0100
committerBackportbot <backportbot-noreply@rullzer.com>2019-01-04 20:34:38 +0000
commit53b09033aefe21fc7804261bf2c9b2e01b076a35 (patch)
treed5b53e92088e0cd46f84f6a708f6d84a244ea955 /apps/dav
parentd36f1d97f21b1c1facf8af9c3492e1f77fcb748b (diff)
downloadnextcloud-server-53b09033aefe21fc7804261bf2c9b2e01b076a35.tar.gz
nextcloud-server-53b09033aefe21fc7804261bf2c9b2e01b076a35.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/dav')
-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'
]);
}