Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1068732
D325.id814.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jul 18, 11:07 PM
Size
491 B
Mime Type
text/x-diff
Expires
Sat, Jul 19, 11:07 PM (3 h, 17 m)
Engine
blob
Format
Raw Data
Handle
691747
Attached To
D325: INP-1727 - Don't pass any unit info in "No Permission" redirects
D325.id814.diff
View Options
Index: core/kernel/db/db_event_handler.php
===================================================================
--- core/kernel/db/db_event_handler.php
+++ core/kernel/db/db_event_handler.php
@@ -622,11 +622,13 @@
$redirect_params = Array (
'm_cat_id' => 0,
'next_template' => 'external:' . $_SERVER['REQUEST_URI'],
+ 'pass' => 'm',
);
}
else {
$redirect_params = Array (
'next_template' => $current_template,
+ 'pass' => 'm',
);
}
Event Timeline
Log In to Comment