liquid_feedback_frontend

view app/main/index/_action/cancel_register.lua @ 1540:b0b557858fd8

Fixed access to non-existing session object in auth filter
author bsw
date Tue Oct 20 17:58:07 2020 +0200 (2020-10-20)
parents aefef1556d55
children
line source
1 app.session.authority = nil
2 app.session.authority_uid = nil
3 app.session.authority_login = nil
4 app.session:save()
6 return true

Impressum / About Us