aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/apps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apps.php b/include/apps.php
index df62ba774..bd5c50405 100644
--- a/include/apps.php
+++ b/include/apps.php
@@ -31,7 +31,7 @@ function get_system_apps() {
}
}
}
- usort($ret,'app_name_compare');
+
return $ret;
}