https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41273
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #3 from Katrin Fischer <[email protected]> --- (In reply to Jonathan Druart from comment #2) > +# Capture the current working directory before forking > +my $cwd = getcwd(); > > + # Ensure we're in the correct directory in the forked process > + chdir($cwd); > > Do we really need that? @Martin: can you have a look at Joubu's question please? Patch still applies and passes QA tests. Setting FQA to raise attention. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
