https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 Srdjan Jankovic <srdjan@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60723|0 |1 is obsolete| | --- Comment #59 from Srdjan Jankovic <srdjan@catalyst.net.nz> --- Created attachment 66374 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66374&action=edit [SIGNED-OFF] bug_15562: Use do() rather than system() to execute updatedatabase.pl from installer.pl That way: * no external process is spawned * code executes in the same perl process, which is required for plack multi-site I have a dream. A dream that one day all code from .pl's will be in some .pm's. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.