mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Avoid some PHP warnings, no functional changes
This commit is contained in:
parent
8a93725d77
commit
1bd85971a4
5 changed files with 14 additions and 10 deletions
|
@ -161,7 +161,7 @@ class dba {
|
|||
public function log_index($query) {
|
||||
$a = get_app();
|
||||
|
||||
if ($a->config["system"]["db_log_index"] == "") {
|
||||
if (empty($a->config["system"]["db_log_index"])) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue