Commit: c36c03273c1c5d11abfffee0eafe8c60b860bfdd Author: Adam Harvey <[email protected]> Thu, 3 Dec 2015 12:32:27 -0800 Parents: 56f93741cd2f9f1d6f376a7535a4fc6c11ad5634 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c36c03273c1c5d11abfffee0eafe8c60b860bfdd Log: Ensure correct sorting of branches. Changed paths: M include/branches.inc Diff: diff --git a/include/branches.inc b/include/branches.inc index 30930cf..a1bd72b 100644 --- a/include/branches.inc +++ b/include/branches.inc @@ -121,6 +121,7 @@ function get_active_branches() { } } + ksort($branches); return $branches; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
