Merge branch 'dev' into perms

This commit is contained in:
redmatrix
2016-07-19 17:05:59 -07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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) {