file to update from 0.x to 1.x \o/

This commit is contained in:
Nicolas Lœuillet
2013-08-07 15:46:17 +02:00
parent 68857cea8c
commit 580d60b941
5 changed files with 129 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class Database {
}
$this->handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
Tools::logm('storage type ' . STORAGE);
}
private function getHandle() {