diff options
author | redmatrix <git@macgirvin.com> | 2016-07-19 05:13:18 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-21 11:28:38 +0200 |
commit | 61672914885f8508b1df536e5e63a04567567b04 (patch) | |
tree | 051a0f6a6d2b22e436fc21bdc7f1d64b7e2f3024 /include | |
parent | 824dedbe9d349c5b6d92d1d950267299bc134cc3 (diff) | |
download | volse-hubzilla-61672914885f8508b1df536e5e63a04567567b04.tar.gz volse-hubzilla-61672914885f8508b1df536e5e63a04567567b04.tar.bz2 volse-hubzilla-61672914885f8508b1df536e5e63a04567567b04.zip |
issue #411
Diffstat (limited to 'include')
-rwxr-xr-x | include/plugin.php | 1 |
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) { |