Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2643977
D25780.1732258760.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
795 B
Referenced Files
None
Subscribers
None
D25780.1732258760.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25780: Fix exception handling in ConpherenceViewController::handleRequest()
Attached
Detach File
Event Timeline
Log In to Comment