X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Ffilter%2Fcrypto%2Fclass_CaptchaEncryptFilter.php;h=ef8dbfc2e05eca6e1e1afc624fcd8d47a3a986a8;hp=8444ced849225b9d851e900bc22ee7a1c590706a;hb=49f84a522f0ccac3b70728cd41011a0be0eed8cf;hpb=7a41f3cbb6640f18a4205ef367de6bf050020ed6 diff --git a/inc/classes/main/filter/crypto/class_CaptchaEncryptFilter.php b/inc/classes/main/filter/crypto/class_CaptchaEncryptFilter.php index 8444ced8..ef8dbfc2 100644 --- a/inc/classes/main/filter/crypto/class_CaptchaEncryptFilter.php +++ b/inc/classes/main/filter/crypto/class_CaptchaEncryptFilter.php @@ -67,7 +67,7 @@ class CaptchaEncryptFilter extends BaseFilter implements Filterable { } // END - if // Decode it fully - $encryptDecoded = base64_decode(str_replace(" ", "+", urldecode($encryptRequest))); + $encryptDecoded = base64_decode(str_replace(' ', '+', urldecode($encryptRequest))); // Get a crypto helper and decrypt the string $decryptedString = ObjectFactory::createObjectByConfiguredName('crypto_class')->decryptString($encryptDecoded);