We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 724a62d + cee151a commit 6044442Copy full SHA for 6044442
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