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:
Diffstat (limited to 'plugins/CorePluginsAdmin/Model/TagManagerTeaser.php')
-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()