From: Artur Weigandt Date: Thu, 13 Mar 2025 15:00:34 +0000 (+0100) Subject: Update src/Core/Worker/Repository/Process.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b632b1d84e275b4061f09c0a38df0056ab5732cf;p=friendica.git Update src/Core/Worker/Repository/Process.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Core/Worker/Repository/Process.php b/src/Core/Worker/Repository/Process.php index ee4d46a9f4..ece8dc9db2 100644 --- a/src/Core/Worker/Repository/Process.php +++ b/src/Core/Worker/Repository/Process.php @@ -59,7 +59,7 @@ class Process extends BaseRepository } } - $fields = $this->_selectFirstRowAsArray( ['pid' => $pid, 'hostname' => $this->currentHost]); + $fields = $this->_selectFirstRowAsArray(['pid' => $pid, 'hostname' => $this->currentHost]); $result = $this->factory->createFromTableRow($fields);