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/Session.php
parentb84b20c4b1273b07039c424a23a40fed64ca9692 (diff)
Fix typo dbtables -> dbtable
Diffstat (limited to 'core/Session.php')
-rw-r--r--core/Session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Session.php b/core/Session.php
index 787affe29d..fa0d7d95bb 100644
--- a/core/Session.php
+++ b/core/Session.php
@@ -129,7 +129,7 @@ class Session extends Zend_Session
$e->getMessage()
);
- Piwik_ExitWithMessage($message);
+ Piwik_ExitWithMessage($message, $e->getTraceAsString());
}
}