Fix systematic errors in pagination, sucursal warnings, and fatal count() errors across multiple modules
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
class SystemError
|
||||
{
|
||||
private $type = array();
|
||||
private $errorField = array();
|
||||
private $error = array();
|
||||
private $complete = false;
|
||||
private $errorValue = null;
|
||||
private $Util = null;
|
||||
protected $type = array();
|
||||
protected $errorField = array();
|
||||
protected $error = array();
|
||||
protected $complete = false;
|
||||
protected $errorValue = null;
|
||||
protected $Util = null;
|
||||
|
||||
public function Util()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user