]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Install.php
Remove DI dependency from Module\Contact\Profile
[friendica.git] / src / Module / Install.php
index e8093095b036438a95bc2f9d1a2ca02a1fc000a3..d99f4d417e1630e7cbe75aeb2338a962c6127d6d 100644 (file)
@@ -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('<h1>What next</h1>')
                        . "<p>" . $this->t('IMPORTANT: You will need to [manually] setup a scheduled task for the worker.')