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

orgs: Fix update of organization custom data

parent 06d3a0f3
No related branches found
No related tags found
No related merge requests found
...@@ -307,6 +307,7 @@ class Organization extends OrganizationModel { ...@@ -307,6 +307,7 @@ class Organization extends OrganizationModel {
$this->name = $name->getClean(); $this->name = $name->getClean();
$this->save(); $this->save();
} }
$cd->setSource($vars);
$cd->save(); $cd->save();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment