Configuration data is now being inserted as same as other data.
[core.git] / inc / classes / main / template / class_BaseTemplateEngine.php
index 4f896266b3d292cd8b98bde19178472aac2e649e..ba5208cb3e7bc3b9ac8b1d5ef52ebebe2ce5fcc6 100644 (file)
@@ -1188,7 +1188,7 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
 
                // Sweet and simple...
                //* DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('BASE-TEMPLATE[' . __METHOD__ . ':' . __LINE__ . ']: variableName=' . $variableName . ',getConfigEntry()=' . $this->getConfigInstance()->getConfigEntry($variableName));
-               $this->setVariable('config', $variableName, $this->getConfigInstance()->getConfigEntry($variableName));
+               $this->assignVariable($variableName, $this->getConfigInstance()->getConfigEntry($variableName));
        }
 
        /**