diff options
Diffstat (limited to 'timeline/tlcacher.php')
-rwxr-xr-x | timeline/tlcacher.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timeline/tlcacher.php b/timeline/tlcacher.php index 8e680a2..91dfc57 100755 --- a/timeline/tlcacher.php +++ b/timeline/tlcacher.php @@ -194,7 +194,7 @@ foreach ($git_repos as $repo) { $branch = $tmp[1]; } $pos = strpos($repo, "/"); - $reponame = substr($repo, $pos); + $reponame = substr($repo, $pos+1); $branch = ""; $last_git = last_cached_git($repo); $out = array(); |