mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
parent
8297c2131c
commit
cce67caa0f
1 changed files with 2 additions and 2 deletions
|
@ -728,8 +728,8 @@ final class DifferentialRevisionEditor extends PhabricatorEditor {
|
|||
$obj->setFieldIndex($index);
|
||||
}
|
||||
|
||||
if ($obj->getValue() !== $val) {
|
||||
$obj->setValue($val);
|
||||
if ($obj->getFieldValue() !== $val) {
|
||||
$obj->setFieldValue($val);
|
||||
$obj->save();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue