Fix. generate correct config file. (#1708)

This commit is contained in:
Alexey Melnichuk
2016-06-26 13:18:49 -06:00
committed by FusionPBX
parent 504ea75d3b
commit 9fcf45d05b
+1 -1
View File
@@ -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)) {