Bugfixing tests

This commit is contained in:
Philipp Holzer 2019-02-03 22:53:39 +01:00
parent 1e0e1674f2
commit 0f5a50b46b
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
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;
}