https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38663
--- Comment #75 from Martin Renvoize (ashimema) <[email protected]> --- (In reply to Jonathan Druart from comment #73) > (In reply to Martin Renvoize (ashimema) from comment #72) > > Created attachment 179455 [details] [review] [review] > > Bug 38663: (follow-up) Make database update idempotent > > > > Signed-off-by: Martin Renvoize <[email protected]> > > This is wrong > -use Koha::Installer::Output qw(say_warning say_success say_info); > +use Koha::Installer::Output qw(say_warning say_success( $out, say_info); You're right.. no idea how that crept in there. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
