liquid_feedback_frontend

view app/main/index/_action/set_lang.lua @ 8:374bbc2ff102

Version beta4

Bug fixed, which made it impossible to explicitly become interested in a topic

Fixed positioning of dialog for entering a new suggestion

Display of 404 pages
author bsw
date Sat Jan 02 12:00:00 2010 +0100 (2010-01-02)
parents 80c215dbf076
children a3ac899559de
line source
1 local lang = param.get("lang")
2 if lang == "de" or lang == "en" then
3 app.session.lang = param.get("lang")
4 app.session:save()
5 end

Impressum / About Us