Skip to content

Commit

Permalink
Added some brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
james2m authored and emk committed Jan 13, 2009
1 parent b2ead2f commit 9857824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mephisto/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module Mephisto
def self.plugins
@@plugins ||= Engines::Plugin::List.new Engines.plugins.select{ |plugin| plugin.mephisto_plugin? }
@@plugins ||= Engines::Plugin::List.new(Engines.plugins.select{ |plugin| plugin.mephisto_plugin? })
end

module Plugin
Expand Down

0 comments on commit 9857824

Please sign in to comment.