Add enableSurveyExpressionEngine to default WebGUI conf file.

Rerun the upgrade subroutine to handle newer surveys.
Handle the config option being off in Survey/Test.t
This commit is contained in:
Colin Kuskie 2009-05-28 23:28:52 +00:00
parent b74761619e
commit 67cce548ff
3 changed files with 16 additions and 0 deletions

View file

@ -195,6 +195,11 @@
"WebGUI::Asset::Template::HTMLTemplate"
],
# Enable the Survey Expression Engine, which allows goto expressions in
# the config.
"enableSurveyExpressionEngine" : 0,
# Specify the default template parser.
"defaultTemplateParser" : "WebGUI::Asset::Template::HTMLTemplate",