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

oops: Fix saving company information

parent 3433f2a7
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
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