Page MenuHomePhabricator

D21288.id50694.diff
No OneTemporary

D21288.id50694.diff

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

File Metadata

Mime Type
text/plain
Expires
Sep 29 2025, 3:04 AM (11 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8567934
Default Alt Text
D21288.id50694.diff (621 B)

Event Timeline