# HG changeset patch # User bsw # Date 1340918342 -7200 # Node ID 8a3070a2297d635c12b24450087b9b068b9ab85e # Parent 8e87f9505e341dc464e930adb1da4919ecaf9257 Fixed typo diff -r 8e87f9505e34 -r 8a3070a2297d app/main/_filter/21_auth.lua --- a/app/main/_filter/21_auth.lua Thu Jun 28 23:18:37 2012 +0200 +++ b/app/main/_filter/21_auth.lua Thu Jun 28 23:19:02 2012 +0200 @@ -34,7 +34,7 @@ or module == "draft" and view == "show" or module == "draft" and view == "list" or module == "index" and view == "search" - or module == "index" and view == "use_terms" + or module == "index" and view == "usage_terms" then auth_needed = false end