Fix bad method call from CustomField migration
Fixes T4480.
This commit is contained in:
@@ -728,8 +728,8 @@ final class DifferentialRevisionEditor extends PhabricatorEditor {
|
|||||||
$obj->setFieldIndex($index);
|
$obj->setFieldIndex($index);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($obj->getValue() !== $val) {
|
if ($obj->getFieldValue() !== $val) {
|
||||||
$obj->setValue($val);
|
$obj->setFieldValue($val);
|
||||||
$obj->save();
|
$obj->save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user