[Mpuls-commits] r6144 - waska/trunk/waskaweb/controllers
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Wed Dec 5 12:22:03 CET 2012
Author: torsten
Date: 2012-12-05 12:22:03 +0100 (Wed, 05 Dec 2012)
New Revision: 6144
Modified:
waska/trunk/waskaweb/controllers/evaluate.py
Log:
Fixed issue3538
Modified: waska/trunk/waskaweb/controllers/evaluate.py
===================================================================
--- waska/trunk/waskaweb/controllers/evaluate.py 2012-11-30 09:07:31 UTC (rev 6143)
+++ waska/trunk/waskaweb/controllers/evaluate.py 2012-12-05 11:22:03 UTC (rev 6144)
@@ -27,7 +27,7 @@
options["phase"] = g.mpuls_config.get('evaluations', 'adele-phases')
return options
- def _get_options(self, id, evalconfig):
+ def _get_options(self, id, evalconfig, session):
# If user selects adele-evaluation render page with different default
# options and no session options.
common_options = get_common_options(evalconfig, id,
More information about the Mpuls-commits
mailing list