mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 09:22:36 +01:00
fix php warning
This commit is contained in:
@@ -56,7 +56,9 @@ class Dolresource extends CommonObject
|
||||
public $type_label;
|
||||
public $tms='';
|
||||
|
||||
var $oldcopy;
|
||||
public $cache_code_type_resource=array();
|
||||
|
||||
public $oldcopy;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
@@ -66,6 +68,7 @@ class Dolresource extends CommonObject
|
||||
function __construct($db)
|
||||
{
|
||||
$this->db = $db;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user