X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fexceptions%2Ftemplate%2Fclass_InvalidTemplateVariableNameException.php;h=7e7a21bec9bb81da5bbf77de5316a68e46d189fb;hb=da516c3d08eed6ecc7e38bb99419971033432e69;hp=43a5ec66d0e32595bd2386bf04210e47e2fdbf8a;hpb=cc6ac14e62a0ba455caffae6870f6264141b0819;p=shipsimu.git diff --git a/inc/classes/exceptions/template/class_InvalidTemplateVariableNameException.php b/inc/classes/exceptions/template/class_InvalidTemplateVariableNameException.php index 43a5ec6..7e7a21b 100644 --- a/inc/classes/exceptions/template/class_InvalidTemplateVariableNameException.php +++ b/inc/classes/exceptions/template/class_InvalidTemplateVariableNameException.php @@ -2,7 +2,7 @@ /** * An exception thrown when a template variable name is invalid * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version @@ -37,7 +37,7 @@ class InvalidTemplateVariableNameException extends FrameworkException { $this->getLine(), basename($classArray[1]), $classArray[2], - $classArray[3]->readConfig("tpl_valid_var") + $classArray[3]->readConfig('tpl_valid_var') ); // Call parent constructor