branch | stable |
changeset 3638 | 648d6dbec630 |
parent 3539 | f3b14d052798 |
child 3641 | cf30e4498674 |
--- a/web/webconfig.py Mon Oct 12 12:20:51 2009 +0200 +++ b/web/webconfig.py Mon Oct 12 12:54:01 2009 +0200 @@ -172,7 +172,7 @@ ('print-traceback', {'type' : 'yn', - 'default': not CubicWebConfiguration.mode == 'installed', + 'default': CubicWebConfiguration.mode != 'system', 'help': 'print the traceback on the error page when an error occured', 'group': 'web', 'inputlevel': 2, }),