From 92afe679b99d78a8d2363029e5776a3dcfd48942 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Thu, 20 Jun 2024 10:58:28 -0400 Subject: [PATCH] Fix issue processwire/processwire-issues#1936 --- install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/install.php b/install.php index 7b1819a6..16052877 100644 --- a/install.php +++ b/install.php @@ -919,7 +919,6 @@ class Installer { "\n\$config->userAuthSalt = '$authSalt'; "; if(strpos($s, '$config->tableSalt') === false) $cfg .= - $cfg .= "\n" . "\n/**" . "\n * Installer: Table Salt (General Purpose) " .