| @@ -156,8 +156,7 @@ discard block | ||
| 156 | 156 | |
| 157 | 157 |  			$this->log->add('admin', $this->user->data['user_id'], $this->user->ip, 'LOG_CONFIG_VISUAL'); | 
| 158 | 158 | trigger_error($this->user->lang['CONFIG_UPDATED'] . adm_back_link($module->u_action)); | 
| 159 | - } | |
| 160 | -		else if ($this->request->is_set_post('submit')) | |
| 159 | +		} else if ($this->request->is_set_post('submit')) | |
| 161 | 160 |  		{ | 
| 162 | 161 | trigger_error($this->user->lang['FORM_INVALID'] . adm_back_link($module->u_action)); | 
| 163 | 162 | } | 
| @@ -190,8 +189,7 @@ discard block | ||
| 190 | 189 | if ($this->is_solved()) | 
| 191 | 190 |  		{ | 
| 192 | 191 | return false; | 
| 193 | - } | |
| 194 | - else | |
| 192 | + } else | |
| 195 | 193 |  		{ | 
| 196 | 194 | $contact_link = phpbb_get_board_contact_link($this->config, $this->phpbb_root_path, $this->phpEx); | 
| 197 | 195 | $explain = $this->user->lang(($this->type != CONFIRM_POST) ? 'GOTHICK_RECAPTCHA2_CONFIRM_EXPLAIN' : 'GOTHICK_RECAPTCHA2_POST_CONFIRM_EXPLAIN', '<a href="' . $contact_link . '">', '</a>'); | 
| @@ -251,8 +249,7 @@ discard block | ||
| 251 | 249 | if (!parent::validate()) | 
| 252 | 250 |  		{ | 
| 253 | 251 | return false; | 
| 254 | - } | |
| 255 | - else | |
| 252 | + } else | |
| 256 | 253 |  		{ | 
| 257 | 254 | try | 
| 258 | 255 |  			{ | 
| @@ -263,15 +260,13 @@ discard block | ||
| 263 | 260 |  				{ | 
| 264 | 261 | $this->solved = true; | 
| 265 | 262 | return false; | 
| 266 | - } | |
| 267 | - else | |
| 263 | + } else | |
| 268 | 264 |  				{ | 
| 269 | 265 | // $errors = $response->getErrorCodes(); | 
| 270 | 266 | // TODO: Can we pass something less general back from the error response above? | 
| 271 | 267 | return $this->user->lang['GOTHICK_RECAPTCHA2_INCORRECT']; | 
| 272 | 268 | } | 
| 273 | - } | |
| 274 | - catch (\Exception $e) | |
| 269 | + } catch (\Exception $e) | |
| 275 | 270 |  			{ | 
| 276 | 271 |  				trigger_error($this->user->lang('GOTHICK_RECAPTCHA2_EXCEPTION', $e->getMessage()), E_USER_ERROR); | 
| 277 | 272 | } |