From a14440ee53d2e4cfbeee33b8ded054ad87841a2b Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Thu, 14 Aug 2014 12:25:29 -0500 Subject: [PATCH] oops: Fix saving company information --- include/class.config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class.config.php b/include/class.config.php index 0616bb96b..2d5c65e81 100644 --- a/include/class.config.php +++ b/include/class.config.php @@ -1071,6 +1071,7 @@ class OsticketConfig extends Config { $company = $ost->company; $company_form = $company->getForm(); + $company_form->setSource($_POST); if (!$company_form->isValid()) $errors += $company_form->errors(); -- GitLab