This is a little irking.
PHP Code:
$url = "blahblah.php";
eval(print_standard_redirect('testing'));
and
PHP Code:
$url = "blahblah.php";
eval(print_standard_redirect('redirect_testing'));
don't appear to work well with the following phrase:
Quote:
Varname: testing
Phrase text: Testing testing 123
Group: Front-End Redirect Messages
|
The URL redirects, but the redirect page isn't shown at all.
I've tested this with the
error side of this and it works (under the Front-End Error Message group, that is.) But unfortunately it doesn't redirect .. as is the desired result.
Am I erroring in a bad way? >.>