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 'core/Updates/4.10.0-b1.php')
-rw-r--r--core/Updates/4.10.0-b1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/4.10.0-b1.php b/core/Updates/4.10.0-b1.php
index df8d408041..c4e81584bf 100644
--- a/core/Updates/4.10.0-b1.php
+++ b/core/Updates/4.10.0-b1.php
@@ -50,7 +50,7 @@ class Updates_4_10_0_b1 extends PiwikUpdates
}
return [
- $this->migration->db->sql("DELETE FROM " . $table . " WHERE reports = 'Array' OR parameters = 'Array'")
+ $this->migration->db->sql("DELETE FROM " . $table . " WHERE reports = 'Array' OR parameters = 'Array'"),
];
}