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

FIX #3022

parent 23cfd2fe
No related branches found
No related tags found
No related merge requests found
...@@ -436,6 +436,9 @@ ...@@ -436,6 +436,9 @@
$control = array("status" => "ko", "error" => _RESOURCE_NOT_FOUND); $control = array("status" => "ko", "error" => _RESOURCE_NOT_FOUND);
return $control; return $control;
} }
} else {
$control = array("status" => "ko", "error" => _PB_WITH_ARGUMENTS . ' adrTable');
return $control;
} }
} else { } else {
array_push($docserverAdr, array("docserver_id" => $line->docserver_id, "path" => $line->path, "filename" => $line->filename, "format" => $format, "fingerprint" => $line->fingerprint, "offset_doc" => $line->offset_doc, "adr_priority" => "")); array_push($docserverAdr, array("docserver_id" => $line->docserver_id, "path" => $line->path, "filename" => $line->filename, "format" => $format, "fingerprint" => $line->fingerprint, "offset_doc" => $line->offset_doc, "adr_priority" => ""));
......
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