summaryrefslogtreecommitdiff
path: root/includes/classes/Contact.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/classes/Contact.php')
-rwxr-xr-xincludes/classes/Contact.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/includes/classes/Contact.php b/includes/classes/Contact.php
index 41a7fbb..35582e7 100755
--- a/includes/classes/Contact.php
+++ b/includes/classes/Contact.php
@@ -125,11 +125,7 @@ class Contact extends LibertyContent {
}
$this->loadXrefTypeList();
- if ( !empty( $this->mInfo['contact_types'][2]['content_id'] ) ) {
- $this->loadClientList();
- }
- $this->loadXrefList();
- $this->loadAddressList();
+ $this->loadXrefInfo();
}
}
LibertyContent::load();