MenuTemplateEngine heavily extended, but still in non-working state
[core.git] / inc / classes / exceptions / crypto / class_EncryptInvalidLengthException.php
index 63c6c2e37238526876bc58a666ab4499b10cc0f2..a6af83da2f00765ff966dbdb1e018b20d85aef3e 100644 (file)
@@ -41,7 +41,7 @@ class EncryptInvalidLengthException extends FrameworkException {
                );
 
                // Set extra data
-               $this->setExtraData($filterInstance->__toString().':'.$length);
+               $this->setExtraData($filterInstance->__toString() . ':' . $length);
 
                // Call parent exception constructor
                parent::__construct($message, $code);