There was an error while loading. Please reload this page.
2 parents 4121b84 + 03dbbc9 commit d4216bdCopy full SHA for d4216bd
1 file changed
lib/private/Template/JSResourceLocator.php
@@ -52,7 +52,7 @@ public function doFind($script) {
52
$app = substr($script, 0, strpos($script, '/'));
53
$scriptName = basename($script);
54
// Get the app root path
55
- $appRoot = $this->serverroot . 'apps/';
+ $appRoot = $this->serverroot . '/apps/';
56
$appWebRoot = null;
57
try {
58
// We need the dir name as getAppPath appends the appid
0 commit comments