From: Roland Häder Date: Sat, 26 Feb 2011 04:46:32 +0000 (+0000) Subject: Fixed wrong braces X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fbdc78005e5fb1531ddd55c034059ff104577186;p=mailer.git Fixed wrong braces --- diff --git a/install.php b/install.php index cdf507ee1c..5244ae0627 100644 --- a/install.php +++ b/install.php @@ -68,7 +68,7 @@ if (!isGetRequestParameterSet('page')) { setUsername('{--USERNAME_INSTALLER--}'); // Already installed? -if ((isInstalled()) && (getRequestParameter('page' != 'finished'))) { +if ((isInstalled()) && (getRequestParameter('page') != 'finished')) { // Add fatal message addFatalMessage(__FILE__, __LINE__, '{--ALREADY_INSTALLED--}'); } // END - if