# HG changeset patch # User bsw # Date 1460906903 -7200 # Node ID 3f725cfd4547d661fa76cbc23c5a78a6e1bf4902 # Parent b04fa071ba05097cd1333871fb02b55a6e5feb94 Fixes on notification system diff -r b04fa071ba05 -r 3f725cfd4547 app/main/member/settings_notification.lua --- a/app/main/member/settings_notification.lua Sun Apr 17 17:26:55 2016 +0200 +++ b/app/main/member/settings_notification.lua Sun Apr 17 17:28:23 2016 +0200 @@ -116,7 +116,7 @@ attr = { id = "digest_off", type = "radio", name = "digest", value = "false", - checked = app.session.member.notification_dow == nil and app.session.member.hotification_hour == nil and "checked" or nil + checked = app.session.member.notification_dow == nil and app.session.member.notification_hour == nil and "checked" or nil } } ui.tag{