mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
Bugfixing tests
This commit is contained in:
parent
1e0e1674f2
commit
0f5a50b46b
2 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue