Commit 394d83ff authored by Sean McGivern's avatar Sean McGivern

Fix notes polling failing after code changes

See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9235
parent 7ac732a2
......@@ -37,7 +37,7 @@ module Gitlab
def get_etag(env)
cache_key = env['PATH_INFO']
store = Store.new
store = Gitlab::EtagCaching::Store.new
current_value = store.get(cache_key)
cached_value_present = current_value.present?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment