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:
parent
be00f04353
commit
bd7a3e5ecf
1 changed files with 1 additions and 0 deletions
|
@ -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) }
|
||||||
|
|
Loading…
Reference in a new issue