aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_reports.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-30 14:24:55 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-30 14:24:55 +0000
commitefcb1279f06d1016c25fae516158abdb895981ee (patch)
treed2132ac5293103c1434c7f17133c7df453e45e78 /phpBB/includes/mcp/mcp_reports.php
parent9f82dec04b18813c060e5a090a149c1a2c140689 (diff)
downloadforums-efcb1279f06d1016c25fae516158abdb895981ee.tar
forums-efcb1279f06d1016c25fae516158abdb895981ee.tar.gz
forums-efcb1279f06d1016c25fae516158abdb895981ee.tar.bz2
forums-efcb1279f06d1016c25fae516158abdb895981ee.tar.xz
forums-efcb1279f06d1016c25fae516158abdb895981ee.zip
other fixes...
git-svn-id: file:///svn/phpbb/trunk@7242 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_reports.php')
-rwxr-xr-xphpBB/includes/mcp/mcp_reports.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_reports.php b/phpBB/includes/mcp/mcp_reports.php
index a4cd1dd5d1..b5b1dc0cf7 100755
--- a/phpBB/includes/mcp/mcp_reports.php
+++ b/phpBB/includes/mcp/mcp_reports.php
@@ -377,7 +377,7 @@ function close_report($post_id_list, $mode, $action)
if (!check_ids($post_id_list, POSTS_TABLE, 'post_id', array('m_report')))
{
- trigger_error('NOT_AUTHORIZED');
+ trigger_error('NOT_AUTHORISED');
}
if ($action == 'delete' && strpos($user->data['session_page'], 'mode=report_details') !== false)