Clone the module_store while we are at it

git-svn-id: file:///home/svn/framework3/trunk@9832 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-07-14 20:18:39 +00:00
parent 97d3c9da8b
commit ac69cf72bb
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class Module
obj.datastore = self.datastore.copy
obj.user_input = self.user_input
obj.user_output = self.user_output
obj.module_store = self.module_store
obj.module_store = self.module_store.clone
obj
end