Files that need converting are:
- core/modules/path/path.admin.inc
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | remove_request_in_path-1999424-3.patch | 758 bytes | jlandfried |
| #2 | remove_request_in_path-1999424-2.patch | 755 bytes | pbuyle |
| #1 | remove-request.patch | 755 bytes | marcingy |
Comments
Comment #1
marcingy commentedHopefully this kills off $_ in this module.
Comment #2
pbuyle commentedThis should uses Drupal::request()->query->has('destination') as done in the attached patch.
Comment #3
kim.pepperLet's extract a $query variable to reduce verbosity.
Comment #4
jlandfried commentedComment #5
Crell commentedThis is replacing one evil horrid hack for a new-code evil horrid hack. So, I guess we accept it for now. :-)
Comment #6
Crell commentedTagging
Comment #7
alexpottCommitted 8679f24 and pushed to 8.x. Thanks!