Fix in Webmodel for php8
This commit is contained in:
parent
57d2074e1f
commit
5e9b1f7879
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class Webmodel {
|
|||
* String where save the query if error.
|
||||
*/
|
||||
|
||||
static public $save_query=array();
|
||||
static public $save_query=0;
|
||||
|
||||
/**
|
||||
* Variable for the db prefix. For security, change this always.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue