fixed last cached detection for new layout of git repos

This commit is contained in:
Simone Rota 2006-10-20 01:39:25 +02:00
parent f7c87c5e82
commit 86c7bc9bc2

View File

@ -196,7 +196,7 @@ foreach ($git_repos as $repo) {
$pos = strpos($repo, "/"); $pos = strpos($repo, "/");
$reponame = substr($repo, $pos+1); $reponame = substr($repo, $pos+1);
$branch = ""; $branch = "";
$last_git = last_cached_git($repo); $last_git = last_cached_git($reponame);
$out = array(); $out = array();
$res = 0; $res = 0;
$done = array(); $done = array();