Missed a file in previous commit, thanks, travis!

bug/bundler_fix
James Lee 2012-12-03 22:37:50 -06:00
parent f4476cb1b7
commit 77af4ba559
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ module Msf::ModuleManager::ModuleSets
self.enablement_by_type[type] = true
case type
when Msf::MODULE_PAYLOAD
instance = Msf::PayloadSet.new(self)
instance = Msf::PayloadSet.new
else
instance = Msf::ModuleSet.new(type)
end
@ -100,4 +100,4 @@ module Msf::ModuleManager::ModuleSets
attr_accessor :enablement_by_type # :nodoc:
attr_accessor :module_set_by_type # :nodoc:
end
end