Bugfixing tests

This commit is contained in:
Philipp Holzer
2019-02-03 22:53:39 +01:00
parent 1e0e1674f2
commit 0f5a50b46b
2 changed files with 9 additions and 2 deletions

View File

@@ -423,7 +423,7 @@ class DBA
$orig_sql = $sql;
if (self::$config->get('system', 'db_callstack')) {
if (self::$config->get('system', 'db_callstack') !== null) {
$sql = "/*".System::callstack()." */ ".$sql;
}