Fix export with old polls

This commit is contained in:
yflory 2018-10-25 10:35:39 +02:00
parent e3b89a5e59
commit bf720f2f30
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ define([
return res;
};
module.main = function (userDoc, cb) {
var content = userDoc.content;
var content = userDoc.content || userDoc.table;
var csv;
try {
csv = module.getCSV(content);