Bug 8015: (follow-up) fix copy and move if subfields don't exist.
[koha.git] / opac / opac-passwd.pl
index 923a5cf..440f9a2 100755 (executable)
@@ -29,7 +29,7 @@ use Digest::MD5 qw(md5_base64);
 use C4::Circulation;
 use C4::Members;
 use C4::Output;
-use C4::Auth qw(hash_password);
+use Koha::AuthUtils qw(hash_password);
 
 my $query = new CGI;
 my $dbh   = C4::Context->dbh;