diff options
| author | 2013-11-26 23:25:43 +0100 | |
|---|---|---|
| committer | 2013-11-26 23:25:43 +0100 | |
| commit | b703099c1947d26764a8e936ecb9ea58e15fbd63 (patch) | |
| tree | a994353a706dadb2c7de06908bcd3f3902979bc1 /lib/minz/dao/Model_pdo.php | |
| parent | 29e7babed89e82e86076c0a6631dcce39656a1ad (diff) | |
Corrige bug Minz_Log
Les logs de niveau ERROR n'étaient plus loggués en production (alors que
c'est quand même leur but ;))
Diffstat (limited to 'lib/minz/dao/Model_pdo.php')
| -rwxr-xr-x | lib/minz/dao/Model_pdo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/minz/dao/Model_pdo.php b/lib/minz/dao/Model_pdo.php index 810e69847..545f59e81 100755 --- a/lib/minz/dao/Model_pdo.php +++ b/lib/minz/dao/Model_pdo.php @@ -66,7 +66,7 @@ class Model_pdo { } catch (Exception $e) { throw new PDOConnectionException ( $string, - $db['user'], MinzException::WARNING + $db['user'], MinzException::ERROR ); } } |
