X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInstall.php;h=d99f4d417e1630e7cbe75aeb2338a962c6127d6d;hb=96d2cddb54f3ea3ead6e43e5ca1f814ed6327987;hp=e8093095b036438a95bc2f9d1a2ca02a1fc000a3;hpb=dbb7022ca530e76671c6f66ca6553f8fc7ff2353;p=friendica.git diff --git a/src/Module/Install.php b/src/Module/Install.php index e8093095b0..d99f4d417e 100644 --- a/src/Module/Install.php +++ b/src/Module/Install.php @@ -228,7 +228,7 @@ class Install extends BaseModule '$system_url' => ['system-url', $this->t('The Friendica system URL'), (string)$baseUrl, - $this->t('Overwrite this field in case the system URL determination isn\'t right, otherwise leave it as is.'), + $this->t("Overwrite this field in case the system URL determination isn't right, otherwise leave it as is."), $this->t('Required')], '$php_path' => $configCache->get('config', 'php_path'), '$submit' => $this->t('Submit'), @@ -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.')