This commit is contained in:
albert
2013-03-22 09:58:31 -07:00
parent eed3772cdb
commit fd9ca8d2fc
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ class FavoritesController < ApplicationController
if params[:tags]
redirect_to(posts_path(:tags => params[:tags]))
else
@favorite_set = PostSets::Favorite.new(CurrentUser.user, params[:page])
@favorite_set = PostSets::Favorite.new(CurrentUser.user, params[:page], params)
end
end