diff options
Diffstat (limited to 'MainDb.php')
-rw-r--r-- | MainDb.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -113,7 +113,8 @@ class MainDb return MainApp::error($error); } - } catch (PDOException $e) { + } + catch (PDOException $e) { $error = $e->getMessage() . $sql; $error .= "\n" . print_r(debug_backtrace(), TRUE); return MainApp::error($error); |