aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-19 17:05:59 -0700
committerredmatrix <git@macgirvin.com>2016-07-19 17:05:59 -0700
commit6a4573b935cb7d451156b2a98622bad0dfa1f0cd (patch)
tree85d0df320707748239f4f6e99c4112dd9cfb5c6d /include
parent7272b97e9a50ff6070a38196aa0b080a993f776d (diff)
parent9421e42dad0bee6e0aa292d390cf249e1d7f7df4 (diff)
downloadvolse-hubzilla-6a4573b935cb7d451156b2a98622bad0dfa1f0cd.tar.gz
volse-hubzilla-6a4573b935cb7d451156b2a98622bad0dfa1f0cd.tar.bz2
volse-hubzilla-6a4573b935cb7d451156b2a98622bad0dfa1f0cd.zip
Merge branch 'dev' into perms
Diffstat (limited to 'include')
-rwxr-xr-xinclude/plugin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plugin.php b/include/plugin.php
index 6dfda1cc9..cb206d944 100755
--- a/include/plugin.php
+++ b/include/plugin.php
@@ -626,6 +626,7 @@ function head_get_js() {
$str = '';
if(App::$js_sources) {
+ ksort(App::$js_sources,SORT_NUMERIC);
foreach(App::$js_sources as $sources) {
if(count($sources)) {
foreach($sources as $source) {