Changed model_type to model_categorie in FstReader

This commit is contained in:
Atlante45 2014-03-20 14:00:27 -07:00
parent a908c23f61
commit bf85f8d5e5

View file

@ -134,7 +134,7 @@ bool FstReader::zip() {
QHttpPart textPart;
textPart.setHeader(QNetworkRequest::ContentDispositionHeader, "form-data;"
" name=\"model_type\"");
" name=\"model_categorie\"");
if (_isHead) {
textPart.setBody("head");
} else {