# HG changeset patch # User bsw # Date 1643157872 -3600 # Node ID 7978d87b3552e826abe2383936a71dd065bf3f64 # Parent 2e5b303ea68e6a0bb1d89e8acc1f0f295a281cfa Fixed wrong config variable diff -r 2e5b303ea68e -r 7978d87b3552 app/main/_filter/21_auth.lua --- a/app/main/_filter/21_auth.lua Wed Jan 26 00:33:21 2022 +0100 +++ b/app/main/_filter/21_auth.lua Wed Jan 26 01:44:32 2022 +0100 @@ -71,7 +71,7 @@ or module == "file" and view == "show.jpg" or module == "index" and view == "search" or module == "index" and view == "usage_terms" and config.use_terms_public_access == true - or module == "index" and view == "privacy" and config.use_terms_public_access == true + or module == "index" and view == "privacy" and config.privacy_policy_public_access == true or module == "help" and view == "introduction" or module == "style" then