fix php warning

This commit is contained in:
florian HENRY 2019-01-21 10:12:13 +01:00
parent d4aaaa47e4
commit 1da29fbed3

View File

@ -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;
}
/**