diff --git a/admin/apps.php b/admin/apps.php
index 56e76d139d2b98ba7360dfb599aee4a939fe453b..285cf9e90f50e315f65a5b74de4ec67ac7d47cf7 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");