Pascal Gloor il y a 5 ans
Parent
révision
7a974e690e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      cgi/autodoc.fcgi

+ 1
- 1
cgi/autodoc.fcgi Voir le fichier

@@ -371,7 +371,7 @@ sub api_v1_GET_documents {
$qs->{pageSize} * $qs->{pageIndex},
$qs->{pageSize});
while(my ($id) = $q->fetchrow_array()) {
my ($code, $ct, $body) = db_get_document_object($id);
my ($code, $hdr, $ct, $body) = db_get_document_object($id);
push @out, $body;
}


Chargement…
Annuler
Enregistrer