]> git.mxchange.org Git - core.git/commitdiff
Made readVariable() protected again, if you need access to this method, implement...
authorRoland Häder <roland@mxchange.org>
Wed, 16 May 2012 20:06:33 +0000 (20:06 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 16 May 2012 20:06:33 +0000 (20:06 +0000)
inc/classes/main/template/class_BaseTemplateEngine.php

index 16e50187151acb5193d61320de96ffb5a85712e6..231d438235b7fd0d8767e0578b7917fa716bbe4c 100644 (file)
@@ -243,7 +243,7 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
         * @param       $stack          Optional variable stack to look in
         * @return      $content        Content of the variable or null if not found
         */
-       public function readVariable ($var, $stack = NULL) {
+       protected function readVariable ($var, $stack = NULL) {
                // First everything is not found
                $content = NULL;