parse commit coments actions on log level and save

This commit is contained in:
aaronchen2k
2020-02-01 15:58:57 +08:00
parent 575d7ce549
commit a565b96d88
2 changed files with 17 additions and 29 deletions
-1
View File
@@ -112,7 +112,6 @@ class svnModel extends model
$scm = $this->app->loadClass('scm');
$objects = $scm->parseComment($log->msg, $allCommands);
$objects = $this->parseComment($log->msg);
if($objects)
{
$this->printLog('extract' .