|
From: Meik S. <acy...@ph...> - 2009-09-19 10:47:07
|
Author: acydburn
Date: Sat Sep 19 11:46:19 2009
New Revision: 10164
Log:
use existing language key for "private message not found"
Modified:
branches/phpBB-3_0_0/phpBB/report.php
Modified: branches/phpBB-3_0_0/phpBB/report.php
==============================================================================
*** branches/phpBB-3_0_0/phpBB/report.php (original)
--- branches/phpBB-3_0_0/phpBB/report.php Sat Sep 19 11:46:19 2009
***************
*** 118,124 ****
if (!$report_data)
{
! trigger_error('PM_NOT_EXIST');
}
if ($report_data['message_reported'])
--- 118,125 ----
if (!$report_data)
{
! $user->add_lang('ucp');
! trigger_error('NO_MESSAGE');
}
if ($report_data['message_reported'])
|