mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02: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:
@@ -118,7 +118,8 @@ else
|
|||||||
|
|
||||||
if (!$report_data)
|
if (!$report_data)
|
||||||
{
|
{
|
||||||
trigger_error('PM_NOT_EXIST');
|
$user->add_lang('ucp');
|
||||||
|
trigger_error('NO_MESSAGE');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($report_data['message_reported'])
|
if ($report_data['message_reported'])
|
||||||
|
Reference in New Issue
Block a user