wrong parameter

git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@108 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
master
andrew 2008-02-01 05:47:45 +00:00
parent be2f2716e1
commit b41d0dc841
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ module ApplicationHelper
else
link_to_remote image_tag(image_name), :update => 'browser_box',
:url => { :controller => 'tag_images', :action => 'tagged_images',
:id => :tagged_id, :tagged_class => tagged_class }
:id => tagged_id, :tagged_type => tagged_class, :page => page_number }
end
end