* Finish task#7481.

This commit is contained in:
leiyong
2020-07-19 18:14:00 -07:00
parent 5819bb69b8
commit 2dbbe8ab36
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ class compileModel extends model
if(!$job) return false;
$data = new stdclass();
$data->PARAM_TAG = $compile->tag;
$data->PARAM_TAG = $compile->tag;
$data->ZENTAO_DATA = "compile={$compile->id}";
$buildUrl = $this->getBuildUrl($job);