mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #33276 from nextcloud/backport/33270/stable24
[stable24] fix loading legacy app.php with multi app dir
This commit is contained in:
commit
4cd4378dac
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