From e60cabc5ab76a447f2eb54f3c193b9c61b980513 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 12 Aug 2010 23:36:36 +0200 Subject: [PATCH] We don't want to start on a default branch, we want to display all branches (Bug #8561). --- chora/browsedir.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/chora/browsedir.php b/chora/browsedir.php index b74924220..007c4f9d9 100644 --- a/chora/browsedir.php +++ b/chora/browsedir.php @@ -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. */ -- 2.11.0