Minor fix for filters and search

This commit is contained in:
Omar Roth 2018-03-24 22:39:07 -05:00
parent 076eaa7635
commit 253ea8113b
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@ spawn do
end
end
before_all do |env|
before_get do |env|
if env.request.cookies["SID"]?
env.set "authorized", true
else