Made readVariable() protected again, if you need access to this method, implement...
[core.git] / 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;