mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-02 19:01:03 +01:00
In Herald commit notification emails, put a space between the
(author, reviewer) and Differential revision title.
This commit is contained in:
parent
1ed331ad12
commit
3dcf902a39
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class PhabricatorRepositoryCommitHeraldWorker
|
|||
|
||||
$name = null;
|
||||
if ($revision) {
|
||||
$name = $revision->getTitle();
|
||||
$name = ' '.$revision->getTitle();
|
||||
}
|
||||
|
||||
$author_phid = $data->getCommitDetail('authorPHID');
|
||||
|
|
Loading…
Reference in a new issue