]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Install.php
Changes:
[friendica.git] / src / Module / Install.php
index abf76023798f0912b11bc9c5f62c007e8f84e572..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
  *
@@ -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.')