mirror of
https://github.com/kleeja-official/kleeja.git
synced 2026-01-21 21:22:03 +01:00
Fix for PHP 8
Automatic conversion of false to array is deprecated
This commit is contained in:
@@ -27,7 +27,7 @@ class KleejaDatabase
|
||||
private $dbname = '';
|
||||
public $query_num = 0;
|
||||
private $in_transaction = 0;
|
||||
public $debugr = false;
|
||||
public $debugr = [];
|
||||
private $show_errors = true;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user