liquid_feedback_frontend
diff env/util/help.lua @ 51:0849be391140
Public read access; Read-only API for initiatives; Prepared integration of OpenID
| author | bsw |
|---|---|
| date | Sun Apr 04 22:05:11 2010 +0200 (2010-04-04) |
| parents | 00d1004545f1 |
| children | 134fce4bede3 |
line diff
1.1 --- a/env/util/help.lua Wed Mar 31 17:50:32 2010 +0200 1.2 +++ b/env/util/help.lua Sun Apr 04 22:05:11 2010 +0200 1.3 @@ -1,4 +1,7 @@ 1.4 function util.help(id, title) 1.5 + if not app.session.member_id then 1.6 + return 1.7 + end 1.8 local setting_key = "liquidfeedback_frontend_hidden_help_" .. id 1.9 local setting = Setting:by_pk(app.session.member.id, setting_key) 1.10 if not setting then