@@ -, +, @@ --- Koha/ApiKey.pm | 2 -- 1 file changed, 2 deletions(-) --- a/Koha/ApiKey.pm +++ a/Koha/ApiKey.pm @@ -47,8 +47,6 @@ Overloaded I method. sub store { my ($self) = @_; - my ( $uuid, $uuidstring ); - $self->client_id($self->_generate_unused_uuid('client_id')) unless $self->client_id; $self->secret($self->_generate_unused_uuid('secret')) --