]> git.mxchange.org Git - hub.git/commitdiff
Also set this to '.xml' to speed-up things a little
authorRoland Häder <roland@mxchange.org>
Wed, 30 Jan 2013 23:06:33 +0000 (23:06 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 30 Jan 2013 23:06:33 +0000 (23:06 +0000)
application/hub/config.php

index a49c07018139a2d9df57db583805f6adc891cc57..9e0d418055bac626485d73bfc7fe3ea213ffc992 100644 (file)
@@ -318,6 +318,9 @@ $cfg->setConfigEntry('node_object_type_registry_class', 'ObjectTypeRegistry');
 // CFG: CODE-TEMPLATE-TYPE
 $cfg->setConfigEntry('code_template_type', 'xml');
 
+// CFG: RAW-TEMPLATE-EXTENSION (to speed-up things)
+$cfg->setConfigEntry('raw_template_extension', '.xml');
+
 // CFG: PACKAGE-STACKER-CLASS
 $cfg->setConfigEntry('network_package_stacker_class', 'FiFoStacker');