diff --git a/client.js b/client.js index f96389c3..dda89d66 100644 --- a/client.js +++ b/client.js @@ -705,7 +705,7 @@ CloudClient._getJSONfromFileTable=function() * or short */ lName.length && - (lName = lName.title); + (lName = lName[0].title); /* if short we got title * if full - getting textConent */