summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-10-13 12:22:20 +0200
committerJoas Schilling <coding@schilljs.com>2017-10-13 12:35:52 +0200
commitfd5465d509cb74170761d14896a4117f721caafd (patch)
tree81f184799c78df60f927092461f9f3ba9b339bd7 /apps
parent547f5afa5b9639093c2fb07723dacf559cd6c282 (diff)
downloadnextcloud-server-fd5465d509cb74170761d14896a4117f721caafd.tar.gz
nextcloud-server-fd5465d509cb74170761d14896a4117f721caafd.zip
Fix class name, regression from 44cf67accdc294f46bf82b3f8661f353dc5e22f0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
index ca2195fc65a..677473e4977 100644
--- a/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
+++ b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
@@ -48,7 +48,7 @@ class ExceptionLoggerPlugin extends \Sabre\DAV\ServerPlugin {
'Sabre\DAV\Exception\Forbidden' => true,
// Happens when an external storage or federated share is temporarily
// not available
- 'Sabre\DAV\Exception\StorageNotAvailableException' => true,
+ 'OCP\Files\StorageNotAvailableException' => true,
];
/** @var string */