diff --git a/MPW/MPW.rb b/MPW/MPW.rb index 2f5f3e6..d8908c8 100644 --- a/MPW/MPW.rb +++ b/MPW/MPW.rb @@ -54,6 +54,7 @@ module MPW end end + recipients = [] recipients.push(@key) if !@share_keys.nil? @share_keys.split.each { |k| recipients.push(k) }