1
Hi,
I'm testing the new cbb from svn.
When I try to edit any post without rights to edit it, I get the message:
You don't have the right to edit in this forum.
But it redirects to: viewtopic.
phptopic_id=21&post_id=65
And it should redirects to: viewtopic.
php?topic_id=21&post_id=65
To solve this, I change the line 71 of the edit.php file to:
redirect_header("viewtopic.php?{$page_query}", 2, $error_msg);
Greets :)