Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15413358
D17735.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
860 B
Referenced Files
None
Subscribers
None
D17735.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D17735: Set all room settings at once
Attached
Detach File
Event Timeline
Log In to Comment