From 1d25610444d6e9f5fd000701f448cc72b517304b Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Wed, 21 Jul 2021 07:58:12 -0400 Subject: [PATCH] linemode not needed --- install/civicrm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/civicrm.php b/install/civicrm.php index 5b6dcb263a..2f895d550d 100644 --- a/install/civicrm.php +++ b/install/civicrm.php @@ -89,7 +89,7 @@ function civicrm_main(&$config) { civicrm_source($dsn, $sqlPath . DIRECTORY_SEPARATOR . 'civicrm.mysql'); if (!empty($config['loadGenerated'])) { - civicrm_source($dsn, $sqlPath . DIRECTORY_SEPARATOR . 'civicrm_generated.mysql', TRUE); + civicrm_source($dsn, $sqlPath . DIRECTORY_SEPARATOR . 'civicrm_generated.mysql'); } else { if (isset($config['seedLanguage']) -- 2.25.1