updated plugin Connect Matomo version 1.0.30

This commit is contained in:
2023-10-22 22:21:31 +00:00
committed by Gitium
parent 9e3fa792d7
commit 959829cf69
24 changed files with 3619 additions and 3462 deletions

View File

@ -52,4 +52,13 @@
self::$debug[$id] = array ( $params.'&token_auth=...' );
return $result;
}
public function reset() {
if (class_exists('\Piwik\Application\Environment') && !self::$piwikEnvironment) {
self::$piwikEnvironment->destroy();
}
if (class_exists('Piwik\FrontController'))
\Piwik\FrontController::unsetInstance();
parent::reset();
}
}