Skip to content
Snippets Groups Projects
Commit 9544098f authored by Peter Rotich's avatar Peter Rotich
Browse files

Fix variable typo

parent 720105b1
No related branches found
No related tags found
No related merge requests found
......@@ -204,8 +204,8 @@ class Installer extends SetupWizard {
$sql='UPDATE '.PREFIX."email SET dept_id=$dept_id_1";
db_query($sql, false);
$sql='UPDATE '.PREFIX."department SET email_id=$email_id_1"
.", autoresp_email_id=$email_id_1";
$sql='UPDATE '.PREFIX."department SET email_id=$support_email_id"
.", autoresp_email_id=$support_email_id";
db_query($sql, false);
//Create a ticket to make the system warm and happy.
......
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