diff options
Diffstat (limited to 'Db.class.php')
-rw-r--r-- | Db.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Db.class.php b/Db.class.php index af51ed4..ddab188 100644 --- a/Db.class.php +++ b/Db.class.php @@ -122,7 +122,7 @@ class DB catch(PDOException $e) { # Write into log and display Exception - echo $this->ExceptionLog($e->getMessage(), $query ); + $this->ExceptionLog($e->getMessage(), $query ); throw new Exception($e->getMessage()); } |