From f4b658d7b15fda1369cfc07246ffed96215194d8 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 19 Jul 2016 05:13:18 -0700 Subject: issue #411 --- include/plugin.php | 1 + 1 file changed, 1 insertion(+) 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) { -- cgit v1.2.3 From 9421e42dad0bee6e0aa292d390cf249e1d7f7df4 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 19 Jul 2016 17:04:38 -0700 Subject: doc correction --- Zotlabs/Storage/BasicAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Storage/BasicAuth.php b/Zotlabs/Storage/BasicAuth.php index 60fc2c988..9c73b47b9 100644 --- a/Zotlabs/Storage/BasicAuth.php +++ b/Zotlabs/Storage/BasicAuth.php @@ -231,7 +231,7 @@ class BasicAuth extends DAV\Auth\Backend\AbstractBasic { } /** - * @brief Sets the timezone from the channel in RedBasicAuth. + * @brief Sets the timezone from the channel in BasicAuth. * * Set in mod/cloud.php if the channel has a timezone set. * -- cgit v1.2.3