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

orgs: Touch `updated` time when custom data is updated

parent d64adc8a
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,8 @@ class Organization extends OrganizationModel {
$this->save();
}
$cd->setSource($vars);
$cd->save();
if ($cd->save())
$this->updated = SqlFunction::NOW();
}
// Set flags
......
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