* finish task #6931.

This commit is contained in:
wangyidong
2020-02-28 16:16:54 +08:00
parent d0b2b96283
commit b8043c2fc3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -118,8 +118,8 @@ class git extends control
$parsedLogs[] = $this->convertLog($log);
}
$parsedObjects = array('stories' => array(), 'tasks' => array(), 'bugs' => array());
$this->loadModel('repo');
$parsedObjects = array('stories' => array(), 'tasks' => array(), 'bugs' => array());
foreach($parsedLogs as $log)
{
$objects = $this->repo->parseComment($log->msg);