summaryrefslogtreecommitdiff
path: root/view_xref.php
diff options
context:
space:
mode:
Diffstat (limited to 'view_xref.php')
-rw-r--r--view_xref.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/view_xref.php b/view_xref.php
index cf9da58..b0a6796 100644
--- a/view_xref.php
+++ b/view_xref.php
@@ -43,8 +43,9 @@ if (isset($_REQUEST["fCancel"])) {
// formInfo might be set due to a error on submit
if( empty( $xrefInfo ) ) {
- $xrefInfo = &$gContent->mInfo['xref_store'];
+ $xrefInfo = &$gContent->mInfo['xref_store']['data'];
}
+vd($xrefInfo);
$gBitSmarty->assign_by_ref( 'xrefInfo', $xrefInfo );
$gBitSmarty->assign_by_ref( 'title', $gContent->mInfo['title'] );
$gBitSmarty->assign_by_ref( 'xref_title', $gContent->mInfo['xref_title'] );