From 0002056e515b75662be73343fad2df0de9ceffab Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Wed, 5 Mar 2014 07:59:32 +0100 Subject: [PATCH] fix wrong variable name which causes wrong theme to be stored for new customers, fixes #1392 Signed-off-by: Michael Kaufmann (d00p) --- admin_customers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_customers.php b/admin_customers.php index cf308c6c..0915d9c8 100644 --- a/admin_customers.php +++ b/admin_customers.php @@ -653,7 +653,7 @@ if ($page == 'customers' 'imap' => $email_imap, 'pop3' => $email_pop3, 'perlenabled' => $perlenabled, - 'theme' => $theme + 'theme' => $_theme ); $ins_stmt = Database::prepare("