1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/13454] Remove unused variables

Part 3 should fix tests up a little bit again.

PHPBB3-13454
This commit is contained in:
Marc Alexander
2015-12-04 11:02:59 +01:00
parent f50ba9ab4f
commit 6c25ad4822
5 changed files with 4 additions and 5 deletions

View File

@@ -484,7 +484,6 @@ class ucp_register
$s_hidden_fields = array_merge($s_hidden_fields, $captcha->get_hidden_fields());
}
$s_hidden_fields = build_hidden_fields($s_hidden_fields);
$confirm_image = '';
// Visual Confirmation - Show images
if ($config['enable_confirm'])