liquid_feedback_frontend

changeset 767:8a3070a2297d

Fixed typo
author bsw
date Thu Jun 28 23:19:02 2012 +0200 (2012-06-28)
parents 8e87f9505e34
children b219676f1093
files app/main/_filter/21_auth.lua
line diff
     1.1 --- a/app/main/_filter/21_auth.lua	Thu Jun 28 23:18:37 2012 +0200
     1.2 +++ b/app/main/_filter/21_auth.lua	Thu Jun 28 23:19:02 2012 +0200
     1.3 @@ -34,7 +34,7 @@
     1.4      or module == "draft" and view == "show"
     1.5      or module == "draft" and view == "list"
     1.6      or module == "index" and view == "search"
     1.7 -    or module == "index" and view == "use_terms"
     1.8 +    or module == "index" and view == "usage_terms"
     1.9    then
    1.10      auth_needed = false
    1.11    end

Impressum / About Us