X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FApp%2FEzPz%2FUserStore.pm;fp=lib%2FApp%2FEzPz%2FUserStore.pm;h=f2ad65d8af4fa69b821cb7d052eed88161a1b641;hb=8dbc46889fe504dede2f94e854254e919ce68416;hp=672fec343f7a4fac342f90ccba56058eee97971d;hpb=6b4ac75f6057d5775e1380ac845b602bef755cba;p=scpubgit%2FApp-EzPz.git diff --git a/lib/App/EzPz/UserStore.pm b/lib/App/EzPz/UserStore.pm index 672fec3..f2ad65d 100644 --- a/lib/App/EzPz/UserStore.pm +++ b/lib/App/EzPz/UserStore.pm @@ -50,7 +50,7 @@ sub add { sub remove { my ($self, $user) = @_; - $self->_htpasswd->remove_user($user->_htpasswd_user); + $self->_htpasswd->delete_user($user->_htpasswd_user); return $user; }