]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Install.php
New user account type "Channel Relay"
[friendica.git] / src / Module / Install.php
index e8093095b036438a95bc2f9d1a2ca02a1fc000a3..6b7a34e3540ee0c23801e0b0f0377b42a09225e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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.')