mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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
This commit is contained in:
parent
38c4bcad55
commit
b53a0c8041
1 changed files with 2 additions and 1 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Reference in a new issue