We don't want to start on a default branch, we want to display all branches (Bug...
authorJan Schneider <jan@horde.org>
Thu, 12 Aug 2010 21:36:36 +0000 (23:36 +0200)
committerJan Schneider <jan@horde.org>
Thu, 12 Aug 2010 21:42:25 +0000 (23:42 +0200)
chora/browsedir.php

index b749242..007c4f9 100644 (file)
@@ -59,9 +59,6 @@ foreach ($umap as $key => $val) {
 $branches = array();
 if ($VC->hasFeature('branches')) {
     $branches = $dir->getBranches();
-    if (is_null($onb)) {
-        $onb = $VC->getDefaultBranch();
-    }
 }
 
 /* Print out the directory header. */