@@ -163,10 +163,10 @@ discard block |
||
163 | 163 | } |
164 | 164 | |
165 | 165 | $this->log->add('admin', $this->user->data['user_id'], $this->user->ip, 'LOG_CONFIG_VISUAL'); |
166 | - trigger_error($this->lang->lang('CONFIG_UPDATED') . adm_back_link($module->u_action)); |
|
166 | + trigger_error($this->lang->lang('CONFIG_UPDATED').adm_back_link($module->u_action)); |
|
167 | 167 | } else if ($this->request->is_set_post('submit')) |
168 | 168 | { |
169 | - trigger_error($this->lang->lang('FORM_INVALID'). adm_back_link($module->u_action)); |
|
169 | + trigger_error($this->lang->lang('FORM_INVALID').adm_back_link($module->u_action)); |
|
170 | 170 | } |
171 | 171 | |
172 | 172 | foreach ($captcha_vars as $captcha_var => $template_var) |
@@ -200,7 +200,7 @@ discard block |
||
200 | 200 | } else |
201 | 201 | { |
202 | 202 | $contact_link = phpbb_get_board_contact_link($this->config, $this->phpbb_root_path, $this->phpEx); |
203 | - $explain = $this->lang->lang(($this->type != CONFIRM_POST) ? 'GOTHICK_RECAPTCHA2_CONFIRM_EXPLAIN' : 'GOTHICK_RECAPTCHA2_POST_CONFIRM_EXPLAIN', '<a href="' . $contact_link . '">', '</a>'); |
|
203 | + $explain = $this->lang->lang(($this->type != CONFIRM_POST) ? 'GOTHICK_RECAPTCHA2_CONFIRM_EXPLAIN' : 'GOTHICK_RECAPTCHA2_POST_CONFIRM_EXPLAIN', '<a href="'.$contact_link.'">', '</a>'); |
|
204 | 204 | |
205 | 205 | // Language code for reCAPTCHA to use |
206 | 206 | $recaptcha2_lang = $this->lang->lang('GOTHICK_RECAPTCHA2_LANG'); |