]> source.dussan.org Git - nextcloud-server.git/commit
Prevent wrapping null storage
authorVincent Petry <pvince81@owncloud.com>
Tue, 27 Jan 2015 15:55:59 +0000 (16:55 +0100)
committerVincent Petry <pvince81@owncloud.com>
Tue, 27 Jan 2015 16:40:08 +0000 (17:40 +0100)
commit6d8985b67109b2b5d9dc64a4fcd5ed6d748bb338
treee6da08fc0f11775b989dfa72b9dd5ee3db62c382
parent3478634df1ce2b7717bfe211425f59c4107688f8
Prevent wrapping null storage

Can happen when trying to instantiate external storages that have
incomplete config, where the constructor throws an exception (the
exception is caught in createStorage())
lib/private/files/mount/mountpoint.php
tests/lib/files/mount/mountpoint.php [new file with mode: 0644]