Well I couldn't really figure out an elegant solution but I did this to get rid of the error message..
Replaced
PHP Code:
eval(print_standard_redirect(''));
With..
PHP Code:
eval(print_standard_redirect("Thank you for supporting our sponsor!",false,true));
Then instead of
Quote:
Could not find phrase ' '.
|
it's...
Quote:
Thank you for supporting our sponsor!
|
What is weird is that I have this installed on one site and I don't see the redirect page at ...but on the other site, I do....