liquid_feedback_frontend

annotate app/main/index/_action/cancel_register.lua @ 1161:385a1e369faf

Workaround for missing trailing slash in application base path added
author bsw
date Tue Mar 24 12:42:19 2015 +0100 (2015-03-24)
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