Skip to content
Snippets Groups Projects
Unverified Commit 814bd1f4 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #20925 from demeritcowboy/install-linemode

drupal#161 - (not just drupal) Can't install sample data using UI installer
parents 906d150f 1d256104
No related branches found
No related tags found
No related merge requests found
......@@ -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'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment