Skip to content

Commit

Permalink
Fix for Ruby 1.9 (thanks to Pius Uzamere)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Dec 1, 2009
1 parent e115797 commit c26bf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/youtube_g/request/user_search.rb
Expand Up @@ -15,7 +15,7 @@ def initialize(params, options={})
elsif params[:user] && options[:favorites]
@url << "#{params[:user]}/favorites"
set_instance_variables(params)
break
return
elsif params[:user]
@url << "#{params[:user]}/uploads"
set_instance_variables(params)
Expand Down

0 comments on commit c26bf0f

Please sign in to comment.