From: Jan Schneider Date: Thu, 12 Aug 2010 21:36:36 +0000 (+0200) Subject: We don't want to start on a default branch, we want to display all branches (Bug... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e60cabc5ab76a447f2eb54f3c193b9c61b980513;p=horde.git We don't want to start on a default branch, we want to display all branches (Bug #8561). --- 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. */