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:
parent
6232e9676c
commit
2b909fb3a1
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue