Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 May 2013 at 23:53 UTC
Updated:
29 Jul 2014 at 22:21 UTC
Jump to comment: Most recent, Most recent file
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!