mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 00:56:01 +08:00
SQL != Ruby
This commit is contained in:
@ -254,7 +254,7 @@ class FinalDestination
|
||||
|
||||
def log(log_level, message)
|
||||
# blacklist 404 on gravatar.com
|
||||
return if @status_code = 404 && @uri.hostname["gravatar.com"]
|
||||
return if @status_code == 404 && @uri.hostname["gravatar.com"]
|
||||
|
||||
Rails.logger.public_send(
|
||||
log_level,
|
||||
|
Reference in New Issue
Block a user