Spark-1812 (#225)

This commit is contained in:
Speedy
2016-09-25 03:44:01 -05:00
committed by wroot
parent 852b169c51
commit 07b1016d1a

View File

@ -773,6 +773,7 @@ public class VCardManager {
VCardProvider provider = new VCardProvider();
parser.setInput(in);
parser.next(); // progress past the first start tag.
parser.next();
VCard vcard = provider.parse(parser);
// Check to see if the file is older 10 minutes. If so, reload.