]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/controller/class_InvalidControllerException.php
MenuTemplateEngine heavily extended, but still in non-working state
[core.git] / inc / classes / exceptions / controller / class_InvalidControllerException.php
index a8e1d96a9b599e72d45b00c9091395e776aac884..b637ae7a4f39f4b1550cc8a054847903b9b47fc6 100644 (file)
@@ -39,7 +39,7 @@ class InvalidControllerException extends FrameworkException {
                );
 
                // Set extra data
-               $this->setExtraData($msgArray[0]->getClassName().':'.$this->getLine());
+               $this->setExtraData($msgArray[0]->getClassName() . ':' . $this->getLine());
 
                // Call parent contructor with message
                parent::__construct($message, $code);