mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
Fix: Force baseUrl being a string
This commit is contained in:
parent
68d9e1f33c
commit
b0f880d0eb
5 changed files with 8 additions and 8 deletions
|
@ -343,7 +343,7 @@ class Install extends BaseModule
|
|||
*/
|
||||
private function whatNext(): string
|
||||
{
|
||||
$baseurl = $this->baseUrl;
|
||||
$baseurl = (string)$this->baseUrl;
|
||||
return
|
||||
$this->t('<h1>What next</h1>')
|
||||
. "<p>" . $this->t('IMPORTANT: You will need to [manually] setup a scheduled task for the worker.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue