Skip to content

Commit 4cd4378

Browse files
authored
Merge pull request #33276 from nextcloud/backport/33270/stable24
[stable24] fix loading legacy app.php with multi app dir
2 parents 4f8e18d + 7af9f27 commit 4cd4378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/legacy/OC_App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public static function loadApp(string $app) {
183183
'app' => $app,
184184
]);
185185
try {
186-
self::requireAppFile($app);
186+
self::requireAppFile($appPath);
187187
} catch (Throwable $ex) {
188188
if ($ex instanceof ServerNotAvailableException) {
189189
throw $ex;

0 commit comments

Comments
 (0)