X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInstall.php;h=d99f4d417e1630e7cbe75aeb2338a962c6127d6d;hb=96d2cddb54f3ea3ead6e43e5ca1f814ed6327987;hp=abf76023798f0912b11bc9c5f62c007e8f84e572;hpb=7560939d75c6bdc19f4179e0644373ddce0bf915;p=friendica.git diff --git a/src/Module/Install.php b/src/Module/Install.php index abf7602379..d99f4d417e 100644 --- a/src/Module/Install.php +++ b/src/Module/Install.php @@ -343,7 +343,7 @@ class Install extends BaseModule */ private function whatNext(): string { - $baseurl = $this->baseUrl; + $baseurl = (string)$this->baseUrl; return $this->t('

What next

') . "

" . $this->t('IMPORTANT: You will need to [manually] setup a scheduled task for the worker.')