Change pop() to first()

This commit is contained in:
Nicholas 2017-11-11 12:29:07 -05:00
parent c1735ec2a1
commit 74bbd0efea

View file

@ -301,7 +301,7 @@ class CmdDelAccount(COMMAND_DEFAULT_CLASS):
# one single match
account = accounts.pop()
account = accounts.first()
if not account.access(caller, 'delete'):
string = "You don't have the permissions to delete that account."