[MERGE] forward port of branch saas-5 up to 9699f62

This commit is contained in:
Denis Ledoux 2014-09-15 15:24:49 +02:00
commit 911f815019
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ def ensure_db(redirect='/web/database/selector'):
abort_and_redirect(url_redirect)
# if db not provided, use the session one
if not db and http.db_filter([request.session.db]):
if not db and request.session.db and http.db_filter([request.session.db]):
db = request.session.db
# if no database provided and no database in session, use monodb