mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 07:01:22 +02:00
[ticket/16344] Move DOMAIN_NO_MX_RECORD_EMAIL to common.php
PHPBB3-16344
This commit is contained in:
@@ -205,6 +205,7 @@ $lang = array_merge($lang, array(
|
||||
'DISPLAY_MESSAGES' => 'Display messages from previous',
|
||||
'DISPLAY_POSTS' => 'Display posts from previous',
|
||||
'DISPLAY_TOPICS' => 'Display topics from previous',
|
||||
'DOMAIN_NO_MX_RECORD_EMAIL' => 'The entered email domain has no valid MX record.',
|
||||
'DOWNLOADED' => 'Downloaded',
|
||||
'DOWNLOADING_FILE' => 'Downloading file',
|
||||
'DOWNLOAD_COUNTS' => array(
|
||||
|
@@ -179,7 +179,6 @@ $lang = array_merge($lang, array(
|
||||
'DEMOTE_SELECTED' => 'Demote selected',
|
||||
'DISABLE_CENSORS' => 'Enable word censoring',
|
||||
'DISPLAY_GALLERY' => 'Display gallery',
|
||||
'DOMAIN_NO_MX_RECORD_EMAIL' => 'The entered email domain has no valid MX record.',
|
||||
'DOWNLOADS' => 'Downloads',
|
||||
'DRAFTS_DELETED' => 'All selected drafts were successfully deleted.',
|
||||
'DRAFTS_EXPLAIN' => 'Here you can view, edit and delete your saved drafts.',
|
||||
|
@@ -894,8 +894,6 @@ switch ($mode)
|
||||
trigger_error('NO_EMAIL');
|
||||
}
|
||||
|
||||
$user->add_lang('ucp');
|
||||
|
||||
/** @var $form \phpbb\message\form */
|
||||
$form = $phpbb_container->get('message.form.' . $form_name);
|
||||
|
||||
|
Reference in New Issue
Block a user