1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-23 13:57:52 +00:00

fix regression

This commit is contained in:
nishiki 2014-08-31 18:31:14 +02:00
parent be00f04353
commit bd7a3e5ecf

View file

@ -54,6 +54,7 @@ module MPW
end end
end end
recipients = []
recipients.push(@key) recipients.push(@key)
if !@share_keys.nil? if !@share_keys.nil?
@share_keys.split.each { |k| recipients.push(k) } @share_keys.split.each { |k| recipients.push(k) }