]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_ConfigEntryNotFoundException.php
Rewritten a lot double-quotes to single-requotes, removed deprecated exception, some...
[core.git] / inc / classes / exceptions / main / class_ConfigEntryNotFoundException.php
index d0446134d7e5ff102bb6e536c9aaab8376135f5c..ccffca89e1fe762b42e878fd73a607975d064cd7 100644 (file)
@@ -40,7 +40,7 @@ class ConfigEntryNotFoundException extends FrameworkException {
                );
 
                // Set extra data
-               $this->setExtraData($classArray[1].":".$this->getLine());
+               $this->setExtraData($classArray[1].':'.$this->getLine());
 
                // Call parent constructor
                parent::__construct($message, $code);