summaryrefslogtreecommitdiff
path: root/edit_xref.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit_xref.php')
-rw-r--r--edit_xref.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/edit_xref.php b/edit_xref.php
index b58044a..bd4d161 100644
--- a/edit_xref.php
+++ b/edit_xref.php
@@ -49,6 +49,8 @@ if( !empty( $_REQUEST['fSaveXref'] ) ) {
$xrefInfo = $gContent->mInfo['xref_store']['data'] ?? [];
}
+$gContent->enrichXrefDisplay( $xrefInfo );
+
$gBitSmarty->assign( 'gContent', $gContent );
$gBitSmarty->assign( 'xrefInfo', $xrefInfo );
$gBitSmarty->assign( 'errors', $gContent->mErrors );