aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-10 22:35:15 -0700
committerfriendica <info@friendica.com>2014-06-10 22:35:15 -0700
commit3dfcfbf85cbbdc93b19549faed56e2dc593175d7 (patch)
tree06d6ed98eaf81259f2e723231e51f73528658b35 /include
parent13ba9ef0037656b1e12d627f767fc2fc8781632a (diff)
downloadvolse-hubzilla-3dfcfbf85cbbdc93b19549faed56e2dc593175d7.tar.gz
volse-hubzilla-3dfcfbf85cbbdc93b19549faed56e2dc593175d7.tar.bz2
volse-hubzilla-3dfcfbf85cbbdc93b19549faed56e2dc593175d7.zip
issue #433
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;
}