1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 05:12:41 +01:00

Remove obsolete 'error' field from differential.parsecommitmessage

Summary: As of D1154, we don't need this anymore. See that change for context.

Test Plan: See D1154.

Reviewers: btrahan, jungejason

Reviewed By: btrahan

CC: aran, btrahan

Differential Revision: 1155
This commit is contained in:
epriestley 2011-12-01 15:53:51 -08:00
parent 40221feed9
commit 462ad4169c

View file

@ -72,11 +72,7 @@ class ConduitAPI_differential_parsecommitmessage_Method
}
}
// TODO: This is for backcompat only, remove once Arcanist gets updated.
$error = head($errors);
return array(
'error' => $error,
'errors' => $errors,
'fields' => $fields,
);