]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Core/System.php
authorPhilipp <admin+Github@philipp.info>
Mon, 1 Nov 2021 06:53:47 +0000 (07:53 +0100)
committerPhilipp <admin@philipp.info>
Fri, 5 Nov 2021 19:52:33 +0000 (20:52 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Core/System.php

index d411802945de23d175fdb46defd9a40166a5650a..44249175a72341540ace92e1bb6294dacc70779e 100644 (file)
@@ -221,6 +221,7 @@ class System
                        $this->logger->warning('We got no resource for command.', ['command' => $cmdline]);
                        return;
                }
+
                proc_close($resource);
 
                $this->logger->info('Executed "proc_open"', ['command' => $cmdline, 'callstack' => System::callstack(10)]);