mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix method name typo in new modular transaction text/html mail methods
See PHI1039. See D20057.
This commit is contained in:
parent
138c07f32c
commit
b33333ab8e
1 changed files with 1 additions and 1 deletions
|
@ -5000,7 +5000,7 @@ abstract class PhabricatorApplicationTransactionEditor
|
|||
return $xaction->getTitleForTextMail();
|
||||
}
|
||||
|
||||
private function getBodyForHTMLMail(
|
||||
private function getTitleForHTMLMail(
|
||||
PhabricatorApplicationTransaction $xaction) {
|
||||
$type = $xaction->getTransactionType();
|
||||
|
||||
|
|
Loading…
Reference in a new issue