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-05-05 04:05:20 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-05 04:05:20 +0400
commit1087dee70e13394f69876ef29b49746b7fcbffbd (patch)
treee5d2af384c41199cb8a04d05c3c3a1becc2ae73d /core/Config.php
parentb84b20c4b1273b07039c424a23a40fed64ca9692 (diff)
Fix typo dbtables -> dbtable
Diffstat (limited to 'core/Config.php')
-rw-r--r--core/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Config.php b/core/Config.php
index e1a6dc3649..0758014b1e 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -165,7 +165,7 @@ class Config extends Singleton
} else {
$configArray = &$this->configLocal;
}
- $configArray['General']['session_save_handler'] = 'dbtables';
+ $configArray['General']['session_save_handler'] = 'dbtable';
}
/**