summaryrefslogtreecommitdiffstats
path: root/inc/lib_base.php
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark <sandsmark@samfundet.no>2010-07-25 02:38:35 +0200
committerMartin T. H. Sandsmark <sandsmark@samfundet.no>2010-07-25 02:38:35 +0200
commitc2504f54adaafa4a07048e5bb75615e0d1c1291f (patch)
treea3197987ddf82a47bfe78b9c6f63b86d653156f3 /inc/lib_base.php
parente6f6c62113d101cc7297521ade48ce85e9faac7f (diff)
downloadnextcloud-server-c2504f54adaafa4a07048e5bb75615e0d1c1291f.tar.gz
nextcloud-server-c2504f54adaafa4a07048e5bb75615e0d1c1291f.zip
fix some, do not enjoy php
Diffstat (limited to 'inc/lib_base.php')
-rw-r--r--inc/lib_base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lib_base.php b/inc/lib_base.php
index 5b80055ad83..65387471b2b 100644
--- a/inc/lib_base.php
+++ b/inc/lib_base.php
@@ -391,6 +391,7 @@ class OC_DB {
if (PEAR::isError($result)) {
$entry='DB Error: "'.$result->getMessage().'"<br />';
$entry.='Offending command was: '.$cmd.'<br />';
+ error_log($entry);
die($entry);
}else{
self::$affected=$result;