diff options
author | redmatrix <git@macgirvin.com> | 2016-07-19 05:13:18 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-19 05:13:18 -0700 |
commit | f4b658d7b15fda1369cfc07246ffed96215194d8 (patch) | |
tree | 2cfe9f498544ee05daa99a1b09d3cb514e28d0bf /include | |
parent | 269b3cef726a72460d77d3f533911a05fa78676a (diff) | |
download | volse-hubzilla-f4b658d7b15fda1369cfc07246ffed96215194d8.tar.gz volse-hubzilla-f4b658d7b15fda1369cfc07246ffed96215194d8.tar.bz2 volse-hubzilla-f4b658d7b15fda1369cfc07246ffed96215194d8.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) { |