aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/report.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/report.php')
-rw-r--r--phpBB/report.php2
1 files changed, 1 insertions, 1 deletions
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";