Fix in Webmodel for php8

This commit is contained in:
Antonio de la Rosa 2021-12-22 23:52:29 +01:00
parent 57d2074e1f
commit 5e9b1f7879

View file

@ -74,7 +74,7 @@ class Webmodel {
* String where save the query if error. * 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. * Variable for the db prefix. For security, change this always.