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:
Frédéric FRANCE 2019-02-25 21:39:45 +01:00 committed by GitHub
parent fc1d0b2dd5
commit 1e6ed94c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ class ExtraFields
public $errors = array(); public $errors = array();
/** /**
* @var integer DB Error number * @var string DB Error number
*/ */
public $errno; public $errno;