Skip to content

Commit

Permalink
Fix for gallery resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGrail committed Nov 9, 2012
1 parent 2d8b911 commit 58fe0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inports/ezpub/db_large_gallery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def self.store(path)
file_path = $r.hget(mediaize_path(image_path.key, 'images'), 'field_image')

unless file_path
image_path = LinkHelpers.parse("/images/img/#{image[5]}", path)
image_path = LinkHelpers.parse("/images/img/#{image[2]}", path)

file_path = $r.hget(mediaize_path(image_path.key, 'images'), 'field_image')
end
Expand Down

0 comments on commit 58fe0c7

Please sign in to comment.