Fix. generate correct config file. (#1708)
This commit is contained in:
parent
504ea75d3b
commit
9fcf45d05b
|
|
@ -209,7 +209,7 @@ if (!class_exists('scripts')) {
|
|||
|
||||
$tmp = "\n";
|
||||
$tmp .= "--store settings in memcache\n";
|
||||
$tmp .= $this->correct_path(" settings_in_cache = false;\n");
|
||||
$tmp .= " settings_in_cache = false;\n";
|
||||
$tmp .= "\n";
|
||||
|
||||
if ((strlen($this->db_type) > 0) || (strlen($this->dsn_name) > 0)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue