fix for iqdb queries

This commit is contained in:
Albert Yi
2016-12-02 13:06:34 -08:00
parent a358247c1c
commit 8e5331d234
3 changed files with 4 additions and 4 deletions

View File

@@ -30,6 +30,6 @@ protected
@download = Iqdb::Download.new(@post.complete_preview_file_url)
@download.find_similar
@results = @download.matches
render :layout => false, :action => "create_by_url"
render :layout => false, :action => "create_by_post"
end
end