Page MenuHomePhorge

D25780.1726885682.diff
No OneTemporary

D25780.1726885682.diff

diff --git a/src/applications/conpherence/controller/ConpherenceViewController.php b/src/applications/conpherence/controller/ConpherenceViewController.php
--- a/src/applications/conpherence/controller/ConpherenceViewController.php
+++ b/src/applications/conpherence/controller/ConpherenceViewController.php
@@ -27,10 +27,10 @@
$after_transaction_id = $request->getInt('newest_transaction_id');
$old_message_id = $request->getURIData('messageID');
if ($before_transaction_id && ($old_message_id || $after_transaction_id)) {
- throw new Aphront400Response();
+ return new Aphront400Response();
}
if ($old_message_id && $after_transaction_id) {
- throw new Aphront400Response();
+ return new Aphront400Response();
}
$marker_type = 'older';

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 21, 02:28 (19 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
893599
Default Alt Text
D25780.1726885682.diff (795 B)

Event Timeline