]> git.mxchange.org Git - core.git/blobdiff - inc/config.php
Config entry 'web_engine' renamed to 'output_class' (naming convention, we need to...
[core.git] / inc / config.php
index d40149cc3a06f46cc6105079649dccc7709a0009..2dd258af47c85edf45f9dda0c3c26a50db2b92a9 100644 (file)
@@ -108,7 +108,7 @@ $cfg->setConfigEntry('email_template_type', "emails");
 $cfg->setConfigEntry('code_template_type', "code");
 
 // CFG: WEB-ENGINE
-$cfg->setConfigEntry('web_engine', "WebOutput");
+$cfg->setConfigEntry('output_class', "WebOutput");
 
 // CFG: SELECTOR-TEMPLATE-PREFIX
 $cfg->setConfigEntry('tpl_selector_prefix', "selector");