mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
Stop passsing bogus 'user' parameter to differential.createrevision
Summary: After D4191 this is a fatal. Test Plan: Created this revision. Reviewers: vrana, btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D4219
This commit is contained in:
parent
716ce2482c
commit
6823706c76
1 changed files with 0 additions and 3 deletions
|
@ -518,7 +518,6 @@ EOTEXT
|
|||
ob_start();
|
||||
}
|
||||
} else {
|
||||
|
||||
$revision['diffid'] = $this->getDiffID();
|
||||
|
||||
if ($commit_message->getRevisionID()) {
|
||||
|
@ -534,8 +533,6 @@ EOTEXT
|
|||
|
||||
echo "Updated an existing Differential revision:\n";
|
||||
} else {
|
||||
$revision['user'] = $this->getUserPHID();
|
||||
|
||||
$revision = $this->dispatchWillCreateRevisionEvent($revision);
|
||||
|
||||
$result = $conduit->callMethodSynchronous(
|
||||
|
|
Loading…
Reference in a new issue