mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:21:04 +08:00
Fix unused parameter
This commit is contained in:
@ -167,7 +167,7 @@ class ApplicationController < ActionController::Base
|
|||||||
# Our custom cache method
|
# Our custom cache method
|
||||||
def discourse_expires_in(time_length)
|
def discourse_expires_in(time_length)
|
||||||
return unless can_cache_content?
|
return unless can_cache_content?
|
||||||
Middleware::AnonymousCache.anon_cache(request.env, 1.minute)
|
Middleware::AnonymousCache.anon_cache(request.env, time_length)
|
||||||
end
|
end
|
||||||
|
|
||||||
def fetch_user_from_params
|
def fetch_user_from_params
|
||||||
|
Reference in New Issue
Block a user