jvoss / artccmgr

ARTCC Manager is a full featured VATUSA/VATSIM ARTCC website and management platform.
GNU General Public License v3.0
0 stars 2 forks source link

Fix ApplicationMailer GPG Signing Issue #44

Closed jvoss closed 6 years ago

jvoss commented 6 years ago

Fix issue with ApplicationMailer in the event GPG signing keys are not used.

Gitlab::Gpg::CurrentKeyChain.add(gpg_key) needs to be moved into block where gpg_key is checked.