summaryrefslogtreecommitdiffstats
path: root/settings/apps.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/apps.php')
-rw-r--r--settings/apps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/apps.php b/settings/apps.php
index 686972c3343..e613814fe94 100644
--- a/settings/apps.php
+++ b/settings/apps.php
@@ -57,7 +57,7 @@ foreach($registeredApps as $app) {
}
}
-function app_sort($a, $b){
+function app_sort($a, $b) {
if ($a['active'] != $b['active']) {
return $b['active'] - $a['active'];
}