From 830276508b3cd8c658dfe67f00138de0194c5cae Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 5 Nov 2006 18:13:35 +0000 Subject: - #5120 - #5104 git-svn-id: file:///svn/phpbb/trunk@6555 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/report.php') diff --git a/phpBB/report.php b/phpBB/report.php index 6328540064..9679e23d6c 100644 --- a/phpBB/report.php +++ b/phpBB/report.php @@ -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"; -- cgit v1.2.1