diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-21 22:18:42 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-21 22:18:42 +0100 |
commit | d2383338ded4fb980737062234584b29c284a4d5 (patch) | |
tree | c3a9488cec20a2693a8c0f319c99b4a84a83c9c4 /settings/apps.php | |
parent | 30274ee33ed837088f662c1949a5b3a291cd6801 (diff) | |
download | nextcloud-server-d2383338ded4fb980737062234584b29c284a4d5.tar.gz nextcloud-server-d2383338ded4fb980737062234584b29c284a4d5.zip |
External JSON for the Apps
Diffstat (limited to 'settings/apps.php')
-rw-r--r-- | settings/apps.php | 1 |
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" ); |