liquid_feedback_frontend

changeset 1821:7978d87b3552

Fixed wrong config variable
author bsw
date Wed Jan 26 01:44:32 2022 +0100 (2022-01-26)
parents 2e5b303ea68e
children d1ef89bd250c
files app/main/_filter/21_auth.lua
line diff
     1.1 --- a/app/main/_filter/21_auth.lua	Wed Jan 26 00:33:21 2022 +0100
     1.2 +++ b/app/main/_filter/21_auth.lua	Wed Jan 26 01:44:32 2022 +0100
     1.3 @@ -71,7 +71,7 @@
     1.4      or module == "file" and view == "show.jpg"
     1.5      or module == "index" and view == "search"
     1.6      or module == "index" and view == "usage_terms" and config.use_terms_public_access == true
     1.7 -    or module == "index" and view == "privacy" and config.use_terms_public_access == true
     1.8 +    or module == "index" and view == "privacy" and config.privacy_policy_public_access == true
     1.9      or module == "help" and view == "introduction"
    1.10      or module == "style"
    1.11    then

Impressum / About Us