mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00: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
@ -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 New Issue
Block a user