Added config entry feature_fuse_class
authorRoland Haeder <roland@mxchange.org>
Tue, 25 Aug 2015 17:36:37 +0000 (19:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 25 Aug 2015 17:36:37 +0000 (19:36 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/config.php

index 4545f461191be6b112d7febef2b7a696308c34c5..bc6f8e1aded156aaf1d675fbb4479d6ca36be539 100644 (file)
@@ -455,5 +455,8 @@ $cfg->setConfigEntry('menu_template_class', 'MenuTemplateEngine');
 // CFG: MENU-TEMPLATE-EXTENSION
 $cfg->setConfigEntry('menu_template_extension', '.xml');
 
+// CFG: FEATURE-FUSE-CLASS
+$cfg->setConfigEntry('feature_fuse_class', 'FuseFeature');
+
 // [EOF]
 ?>