1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-29 02:02:40 +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:
epriestley 2012-12-17 14:41:27 -08:00
parent 716ce2482c
commit 6823706c76

View file

@ -518,7 +518,6 @@ EOTEXT
ob_start(); ob_start();
} }
} else { } else {
$revision['diffid'] = $this->getDiffID(); $revision['diffid'] = $this->getDiffID();
if ($commit_message->getRevisionID()) { if ($commit_message->getRevisionID()) {
@ -534,8 +533,6 @@ EOTEXT
echo "Updated an existing Differential revision:\n"; echo "Updated an existing Differential revision:\n";
} else { } else {
$revision['user'] = $this->getUserPHID();
$revision = $this->dispatchWillCreateRevisionEvent($revision); $revision = $this->dispatchWillCreateRevisionEvent($revision);
$result = $conduit->callMethodSynchronous( $result = $conduit->callMethodSynchronous(