bug fix
This commit is contained in:
@@ -6,7 +6,7 @@ class DmailFilter < ActiveRecord::Base
|
|||||||
|
|
||||||
def initialize_user
|
def initialize_user
|
||||||
unless user_id
|
unless user_id
|
||||||
self.user_id = CurrentUser.user.user_id
|
self.user_id = CurrentUser.user.id
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ module Danbooru
|
|||||||
class Configuration
|
class Configuration
|
||||||
# The version of this Danbooru.
|
# The version of this Danbooru.
|
||||||
def version
|
def version
|
||||||
"2.65.0"
|
"2.65.1"
|
||||||
end
|
end
|
||||||
|
|
||||||
# The name of this Danbooru.
|
# The name of this Danbooru.
|
||||||
|
|||||||
Reference in New Issue
Block a user