]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / crypto / class_EncryptInvalidLengthException.php
index b6f68baf99115dc673e728fda31968171b6fa6dc..cb34afd64d1cf993359472a31c29ef81d1ac5298 100644 (file)
@@ -34,7 +34,7 @@ class EncryptInvalidLengthException extends FrameworkException {
                $length = $filterInstance->getConfigInstance()->getConfigEntry('captcha_string_length');
 
                // Construct message
-               $message = sprintf("[%s:%d] Encrypt string has an invalid length. Valid: %d",
+               $message = sprintf('[%s:%d] Encrypt string has an invalid length. Valid: %d',
                        $filterInstance->__toString(),
                        $this->getLine(),
                        $length