summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit.php')
-rwxr-xr-xedit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/edit.php b/edit.php
index b52ddb1..1320f5f 100755
--- a/edit.php
+++ b/edit.php
@@ -70,7 +70,8 @@ if( empty( $formInfo ) ) {
}
$isPerson = !empty( $gContent->mInfo['contact_types'][0]['content_id'] );
-$gContent->mInfo['contact_xref_groups'] = $gContent->getXrefGroupList();
+$gContent->loadXrefInfo();
+$gBitSmarty->assign( 'gXrefInfo', $gContent->mXrefInfo );
$gBitSmarty->assign( 'isPerson', $isPerson );
$allTypes = $gContent->getXrefSourceList();