Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15407903
D8323.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D8323.diff
View Options
Index: src/applications/conpherence/controller/ConpherenceUpdateController.php
===================================================================
--- src/applications/conpherence/controller/ConpherenceUpdateController.php
+++ src/applications/conpherence/controller/ConpherenceUpdateController.php
@@ -37,6 +37,7 @@
$e_file = array();
$errors = array();
$delete_draft = false;
+ $xactions = array();
if ($request->isFormPost()) {
$editor = id(new ConpherenceEditor())
->setContinueOnNoEffect($request->isContinueRequest())
@@ -59,7 +60,6 @@
$delete_draft = true;
break;
case ConpherenceUpdateActions::ADD_PERSON:
- $xactions = array();
$person_phids = $request->getArr('add_person');
if (!empty($person_phids)) {
$xactions[] = id(new ConpherenceTransaction())
@@ -69,7 +69,6 @@
}
break;
case ConpherenceUpdateActions::REMOVE_PERSON:
- $xactions = array();
if (!$request->isContinueRequest()) {
// do nothing; we'll display a confirmation dialogue instead
break;
@@ -95,7 +94,6 @@
->setContent($result);
break;
case ConpherenceUpdateActions::METADATA:
- $xactions = array();
$updated = false;
// all metadata updates are continue requests
if (!$request->isContinueRequest()) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 19 2025, 8:09 PM (5 w, 6 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223300
Default Alt Text
D8323.diff (1 KB)
Attached To
Mode
D8323: Fix variable issue on Conpherence draft saving pathway
Attached
Detach File
Event Timeline
Log In to Comment