tejdeep / phpmobilizer

Automatically exported from code.google.com/p/phpmobilizer
0 stars 0 forks source link

Extra url parameter in link back to non-mobilized site #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. click any link on the mobilized site
2. the link at the bottom to go to the non-mobilized site has an extra 
parameter (url)

The url parameter is not needed and should be removed

This bug can be fixed by changing line 160 of phpmobilizer.class.php from
if($get != 'url'){
to
if($key != 'url'){

Thanks, I am looking forward to using & improving this script!

Original issue reported on code.google.com by MyR.J...@gmail.com on 18 Mar 2011 at 10:40

GoogleCodeExporter commented 9 years ago

Original comment by and...@awrsolutions.com on 19 Oct 2011 at 6:51