mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
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:
commit
796d6b0dc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue