diff --git a/src/applications/phortune/editor/PhortuneAccountEditor.php b/src/applications/phortune/editor/PhortuneAccountEditor.php index 50a71c476f..8344bc2b6e 100644 --- a/src/applications/phortune/editor/PhortuneAccountEditor.php +++ b/src/applications/phortune/editor/PhortuneAccountEditor.php @@ -63,7 +63,7 @@ final class PhortuneAccountEditor } $actor_phid = $this->getActingAsPHID(); - if (!isset($new[$actor_phid])) { + if (isset($old[$actor_phid]) && !isset($new[$actor_phid])) { $error = new PhabricatorApplicationTransactionValidationError( $type, pht('Invalid'),