This commit is contained in:
albert
2013-03-22 19:23:31 -04:00
parent dca946b2b8
commit a892814550

View File

@@ -352,6 +352,8 @@ class User < ActiveRecord::Base
if per_page.nil? || !is_privileged?
self.per_page = Danbooru.config.posts_per_page
end
return true
end
end