I've noticed that webform_submission_page() in /includes/webform.submissions.inc uses $_SERVER['REQUEST_URI'].
IIRC this does not work for some non-Apache servers, and request_uri() should be used
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform-requesturi-1470262-1.patch | 703 bytes | bart.hanssens |
Comments
Comment #1
bart.hanssens commentedSmall patch attached
Comment #2
quicksketchExcellent, thanks! I'll give this a pass in testing then commit next time I'm going through the queue.
Comment #3
quicksketchThanks! Committed to both branches.