parent
bad53fe51b
commit
46aae66700
2 changed files with 8 additions and 1 deletions
|
|
@ -193,4 +193,11 @@ class Build extends BuildBase
|
|||
|
||||
return $rtn;
|
||||
}
|
||||
|
||||
public function getCommitMessage()
|
||||
{
|
||||
$rtn = htmlspecialchars($this->data['commit_message']);
|
||||
|
||||
return $rtn;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue