mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Add autoloader path for newly installed apps too
* followup to https://github.com/nextcloud/server/pull/2148 * problem noticed in https://github.com/nextcloud/files_antivirus/pull/11 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
d03446a0ae
commit
43e22f4da4
1 changed files with 2 additions and 0 deletions
|
|
@ -376,6 +376,8 @@ class OC_App {
|
|||
$config,
|
||||
$l
|
||||
);
|
||||
$appPath = self::getAppPath($appId);
|
||||
self::registerAutoloading($appId, $appPath);
|
||||
$installer->installApp($appId);
|
||||
} else {
|
||||
// check for required dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue