mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
fix image uploads on s3/imgur
This commit is contained in:
@ -14,6 +14,9 @@ module Discourse
|
||||
# When something they want is not found
|
||||
class NotFound < Exception; end
|
||||
|
||||
# When a setting is missing
|
||||
class SiteSettingMissing < Exception; end
|
||||
|
||||
def self.cache
|
||||
@cache ||= Cache.new
|
||||
end
|
||||
|
Reference in New Issue
Block a user