]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Install.php
Decouple conversation creation from rendering
[friendica.git] / src / Module / Install.php
index abf76023798f0912b11bc9c5f62c007e8f84e572..d99f4d417e1630e7cbe75aeb2338a962c6127d6d 100644 (file)
@@ -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.')