]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Core/Worker/Repository/Process.php
authorArtur Weigandt <Art4@users.noreply.github.com>
Thu, 13 Mar 2025 15:00:34 +0000 (16:00 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 15:00:34 +0000 (16:00 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Core/Worker/Repository/Process.php

index ee4d46a9f4dce7585e91be64f61825abe7a9c7aa..ece8dc9db2d41fb1491b28caed6ad90aa70a8559 100644 (file)
@@ -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);