From bd7a3e5ecf0901a08b46a30ed627d45578e9fd8b Mon Sep 17 00:00:00 2001 From: nishiki Date: Sun, 31 Aug 2014 18:31:14 +0200 Subject: [PATCH] fix regression --- MPW/MPW.rb | 1 + 1 file changed, 1 insertion(+) 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) }