Merge pull request #6611 from nextcloud/fix-webroot-detection
Fixed webroot detection
This commit is contained in:
commit
d1a430dbd8
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ abstract class ResourceLocator {
|
|||
return;
|
||||
}
|
||||
|
||||
if ($webRoot === null) {
|
||||
if (!$webRoot) {
|
||||
$webRoot = $this->findWebRoot($root);
|
||||
|
||||
if ($webRoot === null) {
|
||||
|
|
Loading…
Reference in a new issue