aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/report.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-09-19 10:46:19 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-09-19 10:46:19 +0000
commitb53a0c8041705f9ae69c76b6533d16580db30503 (patch)
treecf079a05347df4d23ed595bda7e9c2f6d58c804f /phpBB/report.php
parent38c4bcad55ce1e8203e5507b6db2700120688aae (diff)
downloadforums-b53a0c8041705f9ae69c76b6533d16580db30503.tar
forums-b53a0c8041705f9ae69c76b6533d16580db30503.tar.gz
forums-b53a0c8041705f9ae69c76b6533d16580db30503.tar.bz2
forums-b53a0c8041705f9ae69c76b6533d16580db30503.tar.xz
forums-b53a0c8041705f9ae69c76b6533d16580db30503.zip
use existing language key for "private message not found"
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10164 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/report.php')
-rw-r--r--phpBB/report.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/report.php b/phpBB/report.php
index db9c957ea8..d154acf03b 100644
--- a/phpBB/report.php
+++ b/phpBB/report.php
@@ -118,7 +118,8 @@ else
if (!$report_data)
{
- trigger_error('PM_NOT_EXIST');
+ $user->add_lang('ucp');
+ trigger_error('NO_MESSAGE');
}
if ($report_data['message_reported'])