Commit:    4ec6c1f342136d95035596ecb20d49ed9b25ac0c
Author:    Adam Harvey <ahar...@php.net>         Thu, 3 Dec 2015 13:56:05 -0800
Parents:   f5b80dc59a9e8c6e17eda0fe0cf19286d7a1a6f4
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=4ec6c1f342136d95035596ecb20d49ed9b25ac0c

Log:
Sort minor branches too.

Changed paths:
  M  include/branches.inc


Diff:
diff --git a/include/branches.inc b/include/branches.inc
index 4290ac3..631f4a5 100644
--- a/include/branches.inc
+++ b/include/branches.inc
@@ -119,6 +119,7 @@ function get_active_branches() {
                                }
                        }
                }
+               ksort($branches[$major]);
        }
 
        ksort($branches);


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to