Unsubscribe link broken in emails
Submitted
teraßyte
, May 03 2012 09:55 AM | Last updated May 03 2012 09:55 AM
The unsubscribe link in the emails is not being replaced properly:
This was in a topic subscription email.
You can unsubscribe at any time here: http://community.invisionpower.com/s=0
This was in a topic subscription email.
| Status: | Fixed |
| Version: | 3.3.2 |
| Fixed In: | 3.3.3 |











13 Comments
[attachment=39572:14-05-2012 13-07-53.png]
[attachment=39575:14-05-2012 13-56-18.png]
That link was as follows:
Which gives us:
[attachment=39576:14-05-2012 13-57-38.png]
Can you submit a ticket please?
admin/sources/classes/output/publicOutput.php
Line 2041
if ( strstr( $url, 's=0' ) ) { $url = preg_replace( "/s=0(&|&)/", '', $url ); $_s = ''; }line 2041 does not have that
Would you please put what exactly replaced wit?
Thanks