From e91db82d2620e2981691ec49d9a0add20d8d557b Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 6 Dec 2013 01:07:34 -0500 Subject: [PATCH] I mean the argument and the local variable should be the same thing --- lib/jekyll/site.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb index 12a75ebf..085bfaea 100644 --- a/lib/jekyll/site.rb +++ b/lib/jekyll/site.rb @@ -104,7 +104,7 @@ module Jekyll end end - def plugin_allowed?(name) + def plugin_allowed?(gem_name) whitelist.include?(gem_name) || !self.safe end