Changes between Initial Version and Version 1 of Ticket #26886, comment 20
- Timestamp:
- 02/24/2015 01:35:04 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26886, comment 20
initial v1 15 15 }}} 16 16 17 Go get the value of $load from within load-scripts.php and the values of $_GET that it see's, and then come back. 17 It doesn't matter where it's cut, at the end of a handle name, or in the middle of one, it just concats them all together, and then processes it. 18 Look at the value of $load within load-scripts.php, and what that is seeing in $_GET, and come back with that, it'll show that the cutting isn't the issue you're seeing.