mirror of
https://github.com/friendica/friendica
synced 2024-11-19 23:03:41 +00:00
Update src/Core/Worker/Repository/Process.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
fb908aca6d
commit
882925b824
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Process extends BaseRepository
|
||||||
{
|
{
|
||||||
parent::__construct($database, $logger, $factory);
|
parent::__construct($database, $logger, $factory);
|
||||||
|
|
||||||
$this->currentHost = $factory->determineHost($server[self::NODE_ENV] ?? '');
|
$this->currentHost = $factory->determineHost($server[self::NODE_ENV] ?? null);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue