mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 11:10:18 +02:00
- #5120
- #5104 git-svn-id: file:///svn/phpbb/trunk@6555 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -31,7 +31,7 @@ $submit = (isset($_POST['submit'])) ? true : false;
|
||||
|
||||
if (!$post_id)
|
||||
{
|
||||
trigger_error('INVALID_MODE');
|
||||
trigger_error('NO_POST_SELECTED');
|
||||
}
|
||||
|
||||
$redirect_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&p=$post_id") . "#p$post_id";
|
||||
|
Reference in New Issue
Block a user