Thank you for the patch, but still a problem when adding a
tag. A further change to urltaginput.php seems to sort out
the problem:
On line 122, change &message to ?message
ie. header("Location: {$CONFIG['SERVER_URL']}
$return_url?message=$message");
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1518884
Thank you for the patch, but still a problem when adding a
tag. A further change to urltaginput.php seems to sort out
the problem:
On line 122, change &message to ?message
ie. header("Location: {$CONFIG['SERVER_URL']}
$return_url?message=$message");
Logged In: YES
user_id=672044
Thanks - have made this change in the development branch
and uploaded a new patched copy