mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-30 02:32:42 +01:00
Revision has getTitle() now, not getName().
This commit is contained in:
parent
68687a059a
commit
ed1eead587
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class PhabricatorRepositoryCommitHeraldWorker
|
||||||
|
|
||||||
$name = null;
|
$name = null;
|
||||||
if ($revision) {
|
if ($revision) {
|
||||||
$name = $revision->getName();
|
$name = $revision->getTitle();
|
||||||
}
|
}
|
||||||
|
|
||||||
$author_phid = $data->getCommitDetail('authorPHID');
|
$author_phid = $data->getCommitDetail('authorPHID');
|
||||||
|
|
Loading…
Reference in a new issue