1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Revision has getTitle() now, not getName().

This commit is contained in:
epriestley 2011-04-07 21:22:41 -07:00
parent 68687a059a
commit ed1eead587

View file

@ -55,7 +55,7 @@ class PhabricatorRepositoryCommitHeraldWorker
$name = null;
if ($revision) {
$name = $revision->getName();
$name = $revision->getTitle();
}
$author_phid = $data->getCommitDetail('authorPHID');