From 1593792cddc2cf1caee95887ee0fcbd946554cef Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 11 Dec 2017 14:56:12 +0100 Subject: [PATCH] Fix loading data after first install --- htdocs/install/step2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/step2.php b/htdocs/install/step2.php index 85c6349274c..44661c191d7 100644 --- a/htdocs/install/step2.php +++ b/htdocs/install/step2.php @@ -514,7 +514,7 @@ if ($action == "set") { if (preg_match('/\.sql$/i',$file) && preg_match('/^llx_/i',$file)) { - if (preg_match('/^llx_accounting_account_/')) continue; // We discard data file of chart of account. Will be loaded when a chart is selected. + if (preg_match('/^llx_accounting_account_/',$file)) continue; // We discard data file of chart of account. Will be loaded when a chart is selected. //print 'x'.$file.'-'.$createdata.'
'; if (is_numeric($createdata) || preg_match('/'.preg_quote($createdata).'/i',$file))