mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[ticket/11366] Update FILE_NOT_FOUND language string
PHPBB3-11366
This commit is contained in:
@@ -1240,7 +1240,7 @@ function get_config()
|
||||
$filename = $convert->options['forum_path'] . '/' . $convert->config_schema['filename'];
|
||||
if (!file_exists($filename))
|
||||
{
|
||||
$convert->p_master->error($user->lang['FILE_NOT_FOUND'] . ': ' . $filename, __LINE__, __FILE__);
|
||||
$convert->p_master->error($user->lang('FILE_NOT_FOUND', $filename), __LINE__, __FILE__);
|
||||
}
|
||||
|
||||
if (isset($convert->config_schema['array_name']))
|
||||
|
Reference in New Issue
Block a user