liquid_feedback_frontend
diff app/main/member/edit.lua @ 348:9e6a23f11f32
Make notification settings work, unified redirect targets in settings
author | bsw |
---|---|
date | Wed Feb 29 11:51:39 2012 +0100 (2012-02-29) |
parents | c587d8762e62 |
children | 418b590fa9ed |
line diff
1.1 --- a/app/main/member/edit.lua Tue Feb 28 22:50:48 2012 +0100 1.2 +++ b/app/main/member/edit.lua Wed Feb 29 11:51:39 2012 +0100 1.3 @@ -6,8 +6,8 @@ 1.4 ui.image{ static = "icons/16/cancel.png" } 1.5 slot.put(_"Cancel") 1.6 end, 1.7 - module = "index", 1.8 - view = "index" 1.9 + module = "member", 1.10 + view = "settings" 1.11 } 1.12 end) 1.13