aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Database.class.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-07 15:46:17 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-07 15:46:17 +0200
commit580d60b9416b3445300f37fc0ecc160254ed0676 (patch)
tree13cde22f34e0da3f097badfe4141754be419c746 /inc/poche/Database.class.php
parent68857cea8c08aab54c632d63f4526d0bb16f80d4 (diff)
downloadwallabag-580d60b9416b3445300f37fc0ecc160254ed0676.tar.gz
wallabag-580d60b9416b3445300f37fc0ecc160254ed0676.tar.zst
wallabag-580d60b9416b3445300f37fc0ecc160254ed0676.zip
file to update from 0.x to 1.x \o/
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() {