diff options
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 9109edddfd..a03e4af4c6 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -863,7 +863,7 @@ if ($submit || $preview || $refresh) if (!$auth->acl_get('f_post', $to_forum_id)) { // This will only be triggered if the user tried to trick the forum. - trigger_error('NOT_AUTHORIZED'); + trigger_error('NOT_AUTHORISED'); } $forum_id = $to_forum_id; |