From: Kamil Domanski Date: Tue, 21 Jun 2011 21:05:54 +0000 (+0200) Subject: install new shipped apps before fetching all apps X-Git-Tag: v3.0~267^2~470 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=299d7bc3063a064cd0d86af75e4172fd46cdd81e;p=nextcloud-server.git install new shipped apps before fetching all apps --- diff --git a/admin/apps.php b/admin/apps.php index 56e76d139d2..285cf9e90f5 100644 --- a/admin/apps.php +++ b/admin/apps.php @@ -40,11 +40,10 @@ if(isset($_GET['installed'])) $installed=true; else $installed=false; if($installed){ global $SERVERROOT; + OC_INSTALLER::installShippedApps(false); $apps = OC_APPCONFIG::getApps(); $records = array(); - OC_INSTALLER::installShippedApps(false); - OC_APP::setActiveNavigationEntry( "core_apps_installed" ); foreach($apps as $app){ $info=OC_APP::getAppInfo("$SERVERROOT/apps/$app/appinfo/info.xml");