Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1175763
D325.id839.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
Sun, Oct 5, 12:23 AM
Size
536 B
Mime Type
text/x-diff
Expires
Mon, Oct 6, 12:23 AM (16 h, 12 m)
Engine
blob
Format
Raw Data
Handle
762624
Attached To
D325: INP-1727 - Don't pass any unit info in "No Permission" redirects
D325.id839.diff
View Options
Index: branches/5.2.x/core/kernel/db/db_event_handler.php
===================================================================
--- branches/5.2.x/core/kernel/db/db_event_handler.php
+++ branches/5.2.x/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