[MFH-1] Fix install sql error

merge-requests/2/head
Mike Koch 9 years ago
parent 458bbc8bdc
commit 01f513732f

@ -516,9 +516,9 @@ $modsForHesk_settings[\'show_number_merged\'] = 1;';
$file .= '
//-- Setting for requesting user\'s location. 0 = Disable, 1 = Enable
$modsForHesk_settings[\'request_location\'] = 0';
$modsForHesk_settings[\'request_location\'] = 0;';
}
return file_put_contents(HESK_PATH.'modsForHesk_settings.inc.php', $file);
}
// END Version 2.3.0
// END Version 2.3.0

Loading…
Cancel
Save