From 3cb84d93bd542af1a562e572df465b846f1a342a Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 16 Feb 2013 23:15:17 -0500 Subject: [PATCH] fix --- app/logical/sources/site.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/logical/sources/site.rb b/app/logical/sources/site.rb index 0bfa18e06..e5a9e0053 100644 --- a/app/logical/sources/site.rb +++ b/app/logical/sources/site.rb @@ -13,6 +13,7 @@ module Sources Site.strategies.each do |strategy| if strategy.url_match?(url) @strategy = strategy.new(url) + get break end end