liquid_feedback_frontend

changeset 1276:3f725cfd4547

Fixes on notification system
author bsw
date Sun Apr 17 17:28:23 2016 +0200 (2016-04-17)
parents b04fa071ba05
children 8e0f30273edb
files app/main/member/settings_notification.lua
line diff
     1.1 --- a/app/main/member/settings_notification.lua	Sun Apr 17 17:26:55 2016 +0200
     1.2 +++ b/app/main/member/settings_notification.lua	Sun Apr 17 17:28:23 2016 +0200
     1.3 @@ -116,7 +116,7 @@
     1.4                attr = {
     1.5                  id = "digest_off",
     1.6                  type = "radio", name = "digest", value = "false",
     1.7 -                checked = app.session.member.notification_dow == nil and app.session.member.hotification_hour == nil and "checked" or nil
     1.8 +                checked = app.session.member.notification_dow == nil and app.session.member.notification_hour == nil and "checked" or nil
     1.9                }
    1.10              }
    1.11              ui.tag{

Impressum / About Us