Avoid some PHP warnings, no functional changes

This commit is contained in:
Michael 2017-08-03 05:50:44 +00:00
parent 8a93725d77
commit 1bd85971a4
5 changed files with 14 additions and 10 deletions

View file

@ -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;
}