1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 13:22:42 +01:00

Minor, fix one more Actor -> Acting As PHID

Summary: See D10221, I missed one of these callsites.

Auditors: btrahan
This commit is contained in:
epriestley 2014-08-11 12:20:25 -07:00
parent 6232e9676c
commit 2b909fb3a1

View file

@ -380,6 +380,7 @@ final class ManiphestTransactionEditor
id(new ManiphestTransactionEditor()) id(new ManiphestTransactionEditor())
->setActor($this->getActor()) ->setActor($this->getActor())
->setActingAsPHID($this->getActingAsPHID())
->setContentSource($this->getContentSource()) ->setContentSource($this->getContentSource())
->setContinueOnNoEffect(true) ->setContinueOnNoEffect(true)
->setContinueOnMissingFields(true) ->setContinueOnMissingFields(true)