Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-22 01:18:42 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-01-22 01:18:42 +0400
commitd2383338ded4fb980737062234584b29c284a4d5 (patch)
treec3a9488cec20a2693a8c0f319c99b4a84a83c9c4 /settings/apps.php
parent30274ee33ed837088f662c1949a5b3a291cd6801 (diff)
External JSON for the Apps
Diffstat (limited to 'settings/apps.php')
-rw-r--r--settings/apps.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/apps.php b/settings/apps.php
index 9de7bdc80a7..384e92bfbb7 100644
--- a/settings/apps.php
+++ b/settings/apps.php
@@ -42,6 +42,7 @@ function app_sort( $a, $b ) {
}
+$combinedApps = OC_App::listAllApps();
usort( $combinedApps, 'app_sort' );
$tmpl = new OC_Template( "settings", "apps", "user" );