]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/helper/captcha/web/class_GraphicalCodeCaptcha.php
Continued:
[core.git] / framework / main / classes / helper / captcha / web / class_GraphicalCodeCaptcha.php
index 4a229c0f33cbda5ebf0f3be31353877701bf1adb..6d9d8574a4952faf360d32a7afc5bed2d910af4e 100644 (file)
@@ -118,7 +118,7 @@ class GraphicalCodeCaptcha extends BaseCaptcha implements SolveableCaptcha {
 
                        // Replace character
                        $captchaString = str_replace($search, $replace, $captchaString, $captchaLength);
-               } // END - foreach
+               }
 
                // Get crypto instance
                $cryptoInstance = ObjectFactory::createObjectByConfiguredName('crypto_class');