fix wrong variable name which causes wrong theme to be stored for new customers, fixes #1392

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-03-05 07:59:32 +01:00
parent 4636409724
commit 0002056e51

View File

@@ -653,7 +653,7 @@ if ($page == 'customers'
'imap' => $email_imap, 'imap' => $email_imap,
'pop3' => $email_pop3, 'pop3' => $email_pop3,
'perlenabled' => $perlenabled, 'perlenabled' => $perlenabled,
'theme' => $theme 'theme' => $_theme
); );
$ins_stmt = Database::prepare(" $ins_stmt = Database::prepare("