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))