1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

bug due to using $fields instead of $this->fields

Summary: see title

Test Plan: ran "arc amend" to ensure that task ids where being included in the commit message

Reviewers: epriestley

CC: dpepper

Differential Revision: 637
This commit is contained in:
mgummelt 2011-07-10 20:26:00 -07:00
parent f55c082e65
commit 36e00db564

View file

@ -147,7 +147,7 @@ class DifferentialCommitMessageData {
if ($modify_class) {
$modifier = newv($modify_class, array($revision));
$fields = $modifier->modifyFields($fields);
$this->fields = $modifier->modifyFields($this->fields);
}
}