mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Squashed the webroot fix
Signed-off-by: Sebastian Kostka <sebastian.kostka@gmail.com>
This commit is contained in:
parent
f901861f81
commit
c7ce42e45b
2 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ class CSSResourceLocator extends ResourceLocator {
|
|||
parent::append($root, $file, $webRoot, $throw);
|
||||
} else {
|
||||
if (!$webRoot) {
|
||||
$tmpRoot = $root;
|
||||
$tmpRoot = realpath($root);
|
||||
/*
|
||||
* traverse the potential web roots upwards in the path
|
||||
*
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ abstract class ResourceLocator {
|
|||
}
|
||||
|
||||
if (!$webRoot) {
|
||||
$tmpRoot = $root;
|
||||
$tmpRoot = realpath($root);
|
||||
/*
|
||||
* traverse the potential web roots upwards in the path
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue