Page MenuHomePhabricator

D17735.id.diff
No OneTemporary

D17735.id.diff

diff --git a/src/applications/conpherence/controller/ConpherenceUpdateController.php b/src/applications/conpherence/controller/ConpherenceUpdateController.php
--- a/src/applications/conpherence/controller/ConpherenceUpdateController.php
+++ b/src/applications/conpherence/controller/ConpherenceUpdateController.php
@@ -120,8 +120,10 @@
if (!$participant) {
return id(new Aphront404Response());
}
- $participant->setSettings(array('notifications' => $notifications));
- $participant->setSettings(array('sounds' => $sounds));
+ $participant->setSettings(array(
+ 'notifications' => $notifications,
+ 'sounds' => $sounds,
+ ));
$participant->save();
return id(new AphrontRedirectResponse())
->setURI('/'.$conpherence->getMonogram());

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 20, 6:15 PM (1 d, 8 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7713771
Default Alt Text
D17735.id.diff (860 B)

Event Timeline