liquid_feedback_frontend

annotate app/main/index/_action/cancel_register.lua @ 1253:235a36a08da1

Fixed cases where no use_term_checkboxes are defined in config
author bsw
date Sun Apr 17 16:06:18 2016 +0200 (2016-04-17)
parents aefef1556d55
children
rev   line source
bsw@1071 1 app.session.authority = nil
bsw@1074 2 app.session.authority_uid = nil
bsw@1074 3 app.session.authority_login = nil
bsw@1071 4 app.session:save()
bsw@1071 5
bsw@1071 6 return true

Impressum / About Us