we want secret keys in modify account

This commit is contained in:
Yann Leboulanger 2005-07-20 13:55:50 +00:00
parent 409f3021b9
commit e9d80f65fe
1 changed files with 1 additions and 1 deletions

View File

@ -1309,7 +1309,7 @@ _('Without a connection, you can not edit your personal information.')
else:
from common import GnuPG
if GnuPG.USE_GPG:
secret_keys = GnuPG.GnuPG().get_keys()
secret_keys = GnuPG.GnuPG().get_secret_keys()
else:
secret_keys = []
if not secret_keys: