Skip to content
Snippets Groups Projects
Commit 0f321812 authored by Jonas Leder's avatar Jonas Leder
Browse files

cookie notice fix

parent 6e54c02c
Branches
Tags
No related merge requests found
......@@ -93,7 +93,7 @@ if(loginEnabled):
exit()
try: #check, if admin wants to show a cookie notice to the user.
if(environ["cookieNotice"] == 1):
if(environ["cookieNotice"] == "1"):
cookieNotice = True
else:
cookieNotice = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment