mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #6611 from nextcloud/fix-webroot-detection
Fixed webroot detection
This commit is contained in:
commit
d1a430dbd8
@ -168,7 +168,7 @@ abstract class ResourceLocator {
|
||||
return;
|
||||
}
|
||||
|
||||
if ($webRoot === null) {
|
||||
if (!$webRoot) {
|
||||
$webRoot = $this->findWebRoot($root);
|
||||
|
||||
if ($webRoot === null) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user