Page MenuHomePhabricator

D9149.id21729.diff
No OneTemporary

D9149.id21729.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
@@ -32,7 +32,7 @@
$action = $request->getStr('action', ConpherenceUpdateActions::METADATA);
$latest_transaction_id = null;
- $response_mode = 'ajax';
+ $response_mode = $request->isAjax() ? 'ajax' : 'redirect';
$error_view = null;
$e_file = array();
$errors = array();

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 11, 3:33 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7533769
Default Alt Text
D9149.id21729.diff (618 B)

Event Timeline