Merge pull request #2156 from nextcloud/fix-autoloader-for-new-apps

Add autoloader path for newly installed apps too
This commit is contained in:
Roeland Jago Douma 2016-11-16 15:36:37 +01:00 committed by GitHub
commit 00729bcbc5
1 changed files with 2 additions and 0 deletions

View File

@ -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