mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-05 00:48:22 +02: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);
|
$obj->setFieldIndex($index);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($obj->getValue() !== $val) {
|
if ($obj->getFieldValue() !== $val) {
|
||||||
$obj->setValue($val);
|
$obj->setFieldValue($val);
|
||||||
$obj->save();
|
$obj->save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue