--- a/include/controller/Controller_History.class.php +++ b/include/controller/Controller_History.class.php @@ -71,7 +71,7 @@ $blob->SetPath($this->params['file']); $this->tpl->assign('blob', $blob); - $history = new GitPHP_FileHistory($this->GetProject(), $co, $this->params['file'], $this->exe); + $history = new GitPHP_FileHistory($this->GetProject(), $this->params['file'], $this->exe, $co); $this->tpl->assign('history', $history); }