]> source.dussan.org Git - nextcloud-server.git/commit
Properly catch 503 storage not available in getQuotaInfo
authorVincent Petry <pvince81@owncloud.com>
Mon, 27 Oct 2014 15:27:12 +0000 (16:27 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 27 Oct 2014 15:27:12 +0000 (16:27 +0100)
commit21d825ed6c11425d36a143f8ed63f1e3852d0aeb
tree820463d383212b438f8a057068c29ea6a555c21e
parent5d391910c52309d7c538a2494927b3720dc06d0a
Properly catch 503 storage not available in getQuotaInfo

When doing a PROPFIND on the root and one of the mount points is not
available, the returned quota attributes will now be zero.

This fix prevents the expected exception to make the whole call fail.
lib/private/connector/sabre/directory.php