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:
authorrobocoder <anthon.pang@gmail.com>2010-07-28 06:39:50 +0400
committerrobocoder <anthon.pang@gmail.com>2010-07-28 06:39:50 +0400
commita909dfd1e59e6248fda0280f0a9dbdd77961780f (patch)
tree180dc751479e5dee229f72faa9c00144e08d11bb /core/Updates/0.4.2.php
parent36e36e9a7e44f0d2eaeb92848c14ab055016a583 (diff)
refs #1368 - use schema instead of adapter; in strict mode, update() can't be abstract
git-svn-id: http://dev.piwik.org/svn/trunk@2739 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Updates/0.4.2.php')
-rw-r--r--core/Updates/0.4.2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/0.4.2.php b/core/Updates/0.4.2.php
index 9be470e46a..1e5aaca339 100644
--- a/core/Updates/0.4.2.php
+++ b/core/Updates/0.4.2.php
@@ -15,7 +15,7 @@
*/
class Piwik_Updates_0_4_2 extends Piwik_Updates
{
- static function getSql($adapter = 'PDO_MYSQL')
+ static function getSql($schema = 'Myisam')
{
return array(
'ALTER TABLE `'. Piwik_Common::prefixTable('log_visit') .'`