liquid_feedback_frontend

changeset 1264:4afeb80741ad

Fixes on notification system
author bsw
date Sun Apr 17 17:10:15 2016 +0200 (2016-04-17)
parents 0550850aedfd
children 1ee50ceb5087
files app/main/member/_action/update_notify_level.lua
line diff
     1.1 --- a/app/main/member/_action/update_notify_level.lua	Sun Apr 17 17:02:33 2016 +0200
     1.2 +++ b/app/main/member/_action/update_notify_level.lua	Sun Apr 17 17:10:15 2016 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4    app.session.member.disable_notifications = disable_notifications
     1.5  end
     1.6  
     1.7 -if param.get("digest", atom.boolean) the
     1.8 +if param.get("digest", atom.boolean) then
     1.9    local dow = param.get("digest_dow")
    1.10    if dow == "daily" then
    1.11      app.session.member.digest_dow = nil

Impressum / About Us