Skip to content

Commit

Permalink
fix per_page image count
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernan Fernandez authored and parndt committed Jan 15, 2010
1 parent bca6ea6 commit e596b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/plugins/images/app/models/image.rb
Expand Up @@ -30,7 +30,7 @@ def title
end

def self.per_page(dialog = false)
size = (dialog ? 3 : 20)
size = (dialog ? 18 : 20)
end

def self.last_page(images, dialog=false)
Expand Down

0 comments on commit e596b07

Please sign in to comment.