mirror of
https://github.com/nextcloud/server.git
synced 2026-03-26 20:33:55 -04:00
Fixed webroot detection
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
887229b7b8
commit
4a5eeb2ce7
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