23 Dec
2019
23 Dec
'19
3 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24262 --- Comment #5 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- 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.