* fix a bug.

This commit is contained in:
wangyidong
2015-05-28 17:04:20 +08:00
parent 49f121382f
commit 17dc7e986b
+1 -1
View File
@@ -33,7 +33,7 @@ class git extends control
public function diff($path, $revision)
{
$path = helper::safe64Decode($path);
$this->view->url = $path;
$this->view->path = $path;
$this->view->revision = $revision;
$this->view->diff = $this->git->diff($path, $revision);