mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Update src/Core/Worker/Repository/Process.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
2c87e7e102
commit
b632b1d84e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue