Skip to content
Snippets Groups Projects
Commit ba1b6a31 authored by Jared Hancock's avatar Jared Hancock
Browse files

Fix uninit-var oops in installer

parent 4000b672
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ class Installer extends SetupWizard {
// XXX: Some of this can go to the core install file
$defaults = array('isonline'=>'0', 'default_email_id'=>$support_email_id,
'alert_email_id'=>$alert_email_id, 'default_dept_id'=>$dept_id_1, 'default_sla_id'=>$sla_id_1,
'default_timezone_id'=>$eastern_timezone, 'default_template_id'=>$template_id_1,
'default_timezone_id'=>$default_timezone, 'default_template_id'=>$template_id_1,
'admin_email'=>db_input($vars['admin_email']),
'schema_signature'=>db_input($signature),
'helpdesk_url'=>db_input(URL),
......
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