Passed
Pull Request — patch_1-1-7 (#3402)
by Emanuele
15:03
created
sources/subs/VerificationControls.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 	// Need GD for CAPTCHA images
30 30
 	if (in_array('gd', get_loaded_extensions()))
31 31
 	{
32
-		array_unshift($known_verifications,'captcha');
32
+		array_unshift($known_verifications, 'captcha');
33 33
 	}
34 34
 
35 35
 	// Let integration add some more controls
Please login to merge, or discard this patch.