Pascal Gloor 5年前
コミット
7a974e690e
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      cgi/autodoc.fcgi

+ 1
- 1
cgi/autodoc.fcgi ファイルの表示

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


読み込み中…
キャンセル
保存