Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2019-12-30 20:54:09 +0300
committerGitHub <noreply@github.com>2019-12-30 20:54:09 +0300
commit520ba4881ab9d3e30c3d16da9e32a74633e6653c (patch)
tree8635a14dd2b648a6fd03e81f0fbe2735d4c64153 /plugins/CorePluginsAdmin/Model
parent4754e0e0d68d1fa55cbde06d3980d3bf1137e07f (diff)
Revert prevent race condition in plugin settings #15249 (#15325)
Diffstat (limited to 'plugins/CorePluginsAdmin/Model')
-rw-r--r--plugins/CorePluginsAdmin/Model/TagManagerTeaser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CorePluginsAdmin/Model/TagManagerTeaser.php b/plugins/CorePluginsAdmin/Model/TagManagerTeaser.php
index 9eb4a5ff8d..54fdb1e9b1 100644
--- a/plugins/CorePluginsAdmin/Model/TagManagerTeaser.php
+++ b/plugins/CorePluginsAdmin/Model/TagManagerTeaser.php
@@ -68,7 +68,7 @@ class TagManagerTeaser
Option::delete(self::DISABLE_GLOBALLY_KEY);
// no need to keep any old login entries
- $this->getTable()->delete();
+ $this->getTable()->save(array());
}
public function isEnabledGlobally()