@@ -163,11 +163,11 @@ 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 | } |
168 | 168 | else if ($this->request->is_set_post('submit')) |
169 | 169 | { |
170 | - trigger_error($this->lang->lang('FORM_INVALID'). adm_back_link($module->u_action)); |
|
170 | + trigger_error($this->lang->lang('FORM_INVALID').adm_back_link($module->u_action)); |
|
171 | 171 | } |
172 | 172 | |
173 | 173 | foreach ($captcha_vars as $captcha_var => $template_var) |
@@ -202,7 +202,7 @@ discard block |
||
202 | 202 | else |
203 | 203 | { |
204 | 204 | $contact_link = phpbb_get_board_contact_link($this->config, $this->phpbb_root_path, $this->phpEx); |
205 | - $explain = $this->lang->lang(($this->type != CONFIRM_POST) ? 'GOTHICK_RECAPTCHA2_CONFIRM_EXPLAIN' : 'GOTHICK_RECAPTCHA2_POST_CONFIRM_EXPLAIN', '<a href="' . $contact_link . '">', '</a>'); |
|
205 | + $explain = $this->lang->lang(($this->type != CONFIRM_POST) ? 'GOTHICK_RECAPTCHA2_CONFIRM_EXPLAIN' : 'GOTHICK_RECAPTCHA2_POST_CONFIRM_EXPLAIN', '<a href="'.$contact_link.'">', '</a>'); |
|
206 | 206 | |
207 | 207 | // Language code for reCAPTCHA to use |
208 | 208 | $recaptcha2_lang = $this->lang->lang('GOTHICK_RECAPTCHA2_LANG'); |