Browse Source
Fixed webroot detection
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/6611/head
John Molakvoæ (skjnldsv)
9 years ago
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with
1 additions and
1 deletions
-
lib/private/Template/ResourceLocator.php
|
|
|
@ -168,7 +168,7 @@ abstract class ResourceLocator { |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
if ($webRoot === null) { |
|
|
|
if (!$webRoot) { |
|
|
|
$webRoot = $this->findWebRoot($root); |
|
|
|
|
|
|
|
if ($webRoot === null) { |
|
|
|
|