Page MenuHomePhorge

D25780.1732258760.diff
No OneTemporary

D25780.1732258760.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
Fri, Nov 22, 06:59 (17 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
982987
Default Alt Text
D25780.1732258760.diff (795 B)

Event Timeline