Merge pull request #2156 from nextcloud/fix-autoloader-for-new-apps
Add autoloader path for newly installed apps too
This commit is contained in:
commit
00729bcbc5
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