Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps/dav
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-01-04 17:02:15 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-01-21 12:11:40 +0300
commit16283258ea2ee6a820dff056bf8bdf81db1593b1 (patch)
tree084289340142b3c40956d66ab77b33dc63bae5b2 /apps/dav
parent65e667adf2a8f18e71297a77859cb8262ccf1aa5 (diff)
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'
]);
}