This is the quickest and dirtiest fix I could come up with.
PhabricatorApplicationTransaction::getTitleForMail() is using clone $this, which doesn't actually effect implementation.
Ref T9789.
Differential D16251
horribly fix plain-text email for modular transactions avivey on Jul 8 2016, 12:03 AM. Authored by Tags None Referenced Files
Subscribers Tokens
Details
This is the quickest and dirtiest fix I could come up with. PhabricatorApplicationTransaction::getTitleForMail() is using clone $this, which doesn't actually effect implementation. update paste comment, get plaintext mail.
Diff Detail
Event TimelineComment Actions (The clone might be in case the method throws? Doesn't seem like a big deal either way.) |