fixed backward compatibility issue formstyles, thanks Dominic

This commit is contained in:
mdipierro
2012-08-21 08:52:06 -05:00
parent e5afc3ede8
commit 8d923a5765
3 changed files with 5 additions and 3 deletions
@@ -1379,6 +1379,7 @@ def errors():
return dict(errors = [x[1] for x in decorated], app=app, method=method, db_ready=db_ready)
elif method == 'dbnew':
errors_path = apath('%s/errors' % app, r=request)
tk_db, tk_table = get_ticket_storage(app)