Fixed to correctly parse the full message of an svn commit log.
This commit is contained in:
@@ -144,6 +144,9 @@ class IDF_Commit extends Pluf_Model
|
||||
if ($r->count() > 0) {
|
||||
return $r[0];
|
||||
}
|
||||
if (!isset($change->full_message)) {
|
||||
$change->full_message = '';
|
||||
}
|
||||
$scm = IDF_Scm::get($project);
|
||||
$commit = new IDF_Commit();
|
||||
$commit->project = $project;
|
||||
|
Reference in New Issue
Block a user