summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit.php')
-rwxr-xr-xedit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.php b/edit.php
index 44eea46..f62ce5a 100755
--- a/edit.php
+++ b/edit.php
@@ -69,7 +69,7 @@ if( empty( $formInfo ) ) {
$formInfo = &$gContent->mInfo;
}
-$formInfo['contact_type_list'] = $gContent->getContactSourceList();
+$formInfo['contact_type_list'] = $gContent->getXrefSourceList();
$gBitSmarty->assign( 'pageInfo', $formInfo );
$gBitSmarty->assign( 'errors', $gContent->mErrors );