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:
-rw-r--r--core/AssetManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/AssetManager.php b/core/AssetManager.php
index 6f815569ab..4bf29afef0 100644
--- a/core/AssetManager.php
+++ b/core/AssetManager.php
@@ -363,7 +363,7 @@ class AssetManager extends Singleton
/**
* @param UIAsset[] $uiAssets
*/
- private function removeAssets($uiAssets)
+ public function removeAssets($uiAssets)
{
foreach($uiAssets as $uiAsset) {
$uiAsset->delete();