https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24262
--- Comment #5 from Bernardo Gonzalez Kriegel <[email protected]> --- Hola Jonathan! (In reply to Jonathan Druart from comment #4) > ... > > $self->install_prefs(); > > $self->install_messages(); > > $self->remove_pot(); > > + $self->install_installer(); > > Should not it be placed after remove_pot? The order is not relevant in this case, it can be at the beginning, end or middle. The new functions works independently of the old ones, with different target dirs. -- 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/
