Page MenuHomePhorge

D25780.1734865944.diff
No OneTemporary

D25780.1734865944.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
Sun, Dec 22, 11:12 (7 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1025243
Default Alt Text
D25780.1734865944.diff (795 B)

Event Timeline