Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
ead8b91626
@ -186,7 +186,7 @@ class EcmFiles extends CommonObject
|
|||||||
$ref=$this->ref;
|
$ref=$this->ref;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
include_once DOL_DOCUMENT_ROOT.'/lib/security.lib.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/lib/security.lib.php';
|
||||||
$ref = dol_hash($this->filepath.'/'.$this->filename, 3);
|
$ref = dol_hash($this->filepath.'/'.$this->filename, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user