liquid_feedback_frontend

view app/main/member/_action/update_notify_level.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 84f6e17c7ceb
children 1d645a8d20fc
line source
1 app.session.member.disable_notifications = param.get("disable_notifications") == "true" and true or false
2 IgnoredArea:destroy_by_member_id(app.session.member_id)
3 app.session.member:save()

Impressum / About Us