Change 'websites' to 'urls'

This commit is contained in:
macdonst 2012-06-02 11:12:12 -04:00
parent c21e8c9c87
commit 508cafad1d

View File

@ -1166,7 +1166,7 @@ public class ContactAccessorSdk5 extends ContactAccessor {
// Modify urls
JSONArray websites = null;
try {
websites = contact.getJSONArray("websites");
websites = contact.getJSONArray("urls");
if (websites != null) {
for (int i=0; i<websites.length(); i++) {
JSONObject website = (JSONObject)websites.get(i);