Update extrafields.class.php
The property $errno was declared of type integer, but $this->db->lasterrno() is of type string
This commit is contained in:
parent
fc1d0b2dd5
commit
1e6ed94c5e
@ -148,7 +148,7 @@ class ExtraFields
|
||||
public $errors = array();
|
||||
|
||||
/**
|
||||
* @var integer DB Error number
|
||||
* @var string DB Error number
|
||||
*/
|
||||
public $errno;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user