Skip to content
Snippets Groups Projects
Commit 1339ec55 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

fix: pb with record patrol

parent 9f5aec68
No related branches found
No related tags found
No related merge requests found
......@@ -1260,7 +1260,8 @@ class docservers_controler
$docserverTypeObject = $docserverTypeControler->get(
$docserverObject->docserver_type_id
);
if ($docserverTypeObject->is_container
if ($docserverTypeObject->is_container == 'Y'
&& $adr['offset_doc'] == ''
) {
$error = true;
......@@ -1275,7 +1276,7 @@ class docservers_controler
);
}
//manage compressed resource
if ($docserverTypeObject->is_compressed) {
if ($docserverTypeObject->is_compressed == 'Y') {
$extract = array();
$extract = Ds_extractArchive(
$adrToExtract,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment