summaryrefslogtreecommitdiffstats
path: root/inc/configtgz.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/configtgz.inc.php')
-rw-r--r--inc/configtgz.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/configtgz.inc.php b/inc/configtgz.inc.php
index 231960bb..8ddd4523 100644
--- a/inc/configtgz.inc.php
+++ b/inc/configtgz.inc.php
@@ -285,6 +285,7 @@ class ConfigTgz
{
if ($this->configId === 0)
Util::traceError('ConfigTgz::markUpdated called with invalid config id!');
+ Event::activeConfigChanged();
if ($this->areAllModulesUpToDate())
return $this->mark('OK');
return $this->mark('OUTDATED');