]> source.dussan.org Git - nextcloud-server.git/commit
Use legacy method when ownCloud is not yet installed
authorLukas Reschke <lukas@owncloud.com>
Tue, 12 Jan 2016 20:47:49 +0000 (21:47 +0100)
committerLukas Reschke <lukas@owncloud.com>
Tue, 12 Jan 2016 20:47:49 +0000 (21:47 +0100)
commit28049b510b4500cd56625d5931a1c431f09253c2
tree3d34ad56f9ecb1224ebb005d17204d4e189e40ee
parenteac5d9fb3a52932fafdb200a2cf5d50fe9f1c759
Use legacy method when ownCloud is not yet installed

The new `\OCP\ICertificateManager::getAbsoluteBundlePath` API instantiiates an ownCloud view which makes the installation fail as it queries the DB before it actually is setup. This change uses the old approach again for the case that the installation is not yet setup.

The client service is required for the `.htaccess` effectivity check in the setup. In the future we could move this to a JS based one (as we have for the other setupchecks) so we can get rid of such hacks.

Fixes https://github.com/owncloud/core/issues/21669 which was a regression in master caused by https://github.com/owncloud/core/issues/21336
lib/private/http/client/client.php