aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Database.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/Database.class.php')
-rw-r--r--inc/poche/Database.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/Database.class.php b/inc/poche/Database.class.php
index 034b1003..8da7a994 100644
--- a/inc/poche/Database.class.php
+++ b/inc/poche/Database.class.php
@@ -29,6 +29,7 @@ class Database {
29 } 29 }
30 30
31 $this->handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); 31 $this->handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
32 Tools::logm('storage type ' . STORAGE);
32 } 33 }
33 34
34 private function getHandle() { 35 private function getHandle() {