From: Chimo Date: Sat, 25 Jul 2015 14:34:59 +0000 (-0400) Subject: Fix broken link to FAQ in web installer X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=abde7a268204ff2ff12db31a4a489709d84ca3a7;p=quix0rs-gnu-social.git Fix broken link to FAQ in web installer --- diff --git a/lib/installer.php b/lib/installer.php index 0a46b2a508..29a4383302 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -622,7 +622,7 @@ abstract class Installer $this->updateStatus("GNU social has been installed at $link"); $this->updateStatus( - 'DONE! You can visit your new GNU social site (log in as "'.htmlspecialchars($this->adminNick).'"). If this is your first GNU social install, make your experience the best possible by visiting our resource site to join the mailing list or IRC.. FAQ is found here.' + 'DONE! You can visit your new GNU social site (log in as "'.htmlspecialchars($this->adminNick).'"). If this is your first GNU social install, make your experience the best possible by visiting our resource site to join the mailing list or IRC. FAQ is found here.' ); return true;