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:
authormattab <matthieu.aubry@gmail.com>2014-11-29 10:25:52 +0300
committermattab <matthieu.aubry@gmail.com>2014-11-29 10:25:52 +0300
commit6443f56603c75dbe0019a36b22ba85100a7ecec8 (patch)
tree4c4f87b21fd485babd757fc6799d61fcf22737b4
parentb00a6254df1f769441c53d7f53be55844fb0f1c9 (diff)
DeviceDetection upgrade in beta1 timed out on demo #6750
-rw-r--r--core/Updates/2.10.0-b1.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/core/Updates/2.10.0-b1.php b/core/Updates/2.10.0-b1.php
index 6a739b6468..a4aa8ab0f0 100644
--- a/core/Updates/2.10.0-b1.php
+++ b/core/Updates/2.10.0-b1.php
@@ -105,12 +105,13 @@ class Updates_2_10_0_b1 extends Updates
{
Updater::updateDatabase(__FILE__, self::getSql());
- $archiveBlobTables = self::getAllArchiveBlobTables();
-
- foreach ($archiveBlobTables as $table) {
- self::updateBrowserArchives($table);
- self::updateOsArchives($table);
- }
+ // DeviceDetection upgrade in beta1 timed out on demo #6750
+// $archiveBlobTables = self::getAllArchiveBlobTables();
+//
+// foreach ($archiveBlobTables as $table) {
+// self::updateBrowserArchives($table);
+// self::updateOsArchives($table);
+// }
}
/**