* adjust for parseComment.

This commit is contained in:
wangyidong
2020-03-09 17:42:43 +08:00
parent 88ffd189e1
commit 5a3ea1e897
3 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ class gitModel extends model
if($objects)
{
$this->printLog('extract' .
'task:' . join(' ', $objects['tasks']) .
' task:' . join(' ', $objects['tasks']) .
' bug:' . join(',', $objects['bugs']));
$this->repo->saveAction2PMS($objects, $log, $this->repoRoot, $repo->encoding, 'git');