liquid_feedback_frontend
diff app/main/issue/show.lua @ 813:ea2449916c12
Cleaned up public access levels
author | bsw |
---|---|
date | Fri Jul 06 13:58:20 2012 +0200 (2012-07-06) |
parents | 17a33bd0d48a |
children | 701a5cf6b067 |
line diff
1.1 --- a/app/main/issue/show.lua Fri Jul 06 13:34:02 2012 +0200 1.2 +++ b/app/main/issue/show.lua Fri Jul 06 13:58:20 2012 +0200 1.3 @@ -17,7 +17,7 @@ 1.4 execute.view{ module = "issue", view = "_show", params = { issue = issue } } 1.5 end ) 1.6 1.7 -if app.session.member_id or config.public_access == "full" then 1.8 +if app.session:has_access("all_pseudonymous") then 1.9 1.10 ui.container{ attr = { class = "heading" }, content = _"Interested members" } 1.11