This commit is contained in:
r888888888
2014-11-29 08:42:59 -08:00
parent 17c785365d
commit 2707ee8233
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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.