Skip to content
Snippets Groups Projects
Commit df7c71c8 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #2007 from greezybacon/issue/1997


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

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents d64adc8a 993de0a7
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