liquid_feedback_frontend

annotate 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
rev   line source
bsw/jbe@4 1 local lang = param.get("lang")
bsw/jbe@4 2 if lang == "de" or lang == "en" then
bsw/jbe@4 3 app.session.lang = param.get("lang")
bsw/jbe@4 4 app.session:save()
bsw/jbe@4 5 end

Impressum / About Us