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
Branches
Tags
No related merge requests found
...@@ -305,7 +305,8 @@ class Organization extends OrganizationModel { ...@@ -305,7 +305,8 @@ class Organization extends OrganizationModel {
$this->save(); $this->save();
} }
$cd->setSource($vars); $cd->setSource($vars);
$cd->save(); if ($cd->save())
$this->updated = SqlFunction::NOW();
} }
// Set flags // Set flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment