* Add getDiffs function.

This commit is contained in:
Guan Xiying
2021-08-25 10:32:44 +08:00
parent 67569ee658
commit 7ed0e3c970
+2 -1
View File
@@ -154,6 +154,7 @@ class mr extends control
public function diff($MRID)
{
$MR = $this->mr->getByID($MRID);
$versions = $this->mr->apiGetDiffVersions($MR);
$this->view->diffs = $this->mr->getDiffs($MR);
$this->display();
}
}