https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41273 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (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.