MenuTemplateEngine heavily extended, but still in non-working state
[core.git] / inc / classes / exceptions / controller / class_DefaultControllerException.php
index 89a1a5063557500f281fb6e5dc7010c8358b32ff..551c0c5decc348c61211ba85fd72af1bc1e17390 100644 (file)
@@ -38,7 +38,7 @@ class DefaultControllerException extends FrameworkException {
                );
 
                // Set extra data
-               $this->setExtraData($resolverInstance->getClassName().':'.$this->getLine());
+               $this->setExtraData($resolverInstance->getClassName() . ':' . $this->getLine());
 
                // Call parent contructor with message
                parent::__construct($message, $code);