Merge pull request #33270 from nextcloud/fix/noid/location-legacy-appfile

fix loading legacy app.php with multi app dir
This commit is contained in:
Julius Härtl 2022-07-19 08:15:13 +02:00 committed by GitHub
commit 796d6b0dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,7 @@ class OC_App {
'app' => $app,
]);
try {
self::requireAppFile($app);
self::requireAppFile($appPath);
} catch (Throwable $ex) {
if ($ex instanceof ServerNotAvailableException) {
throw $ex;