diff options
Diffstat (limited to 'display_contact.php')
| -rwxr-xr-x | display_contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/display_contact.php b/display_contact.php index c9cd179..891cd16 100755 --- a/display_contact.php +++ b/display_contact.php @@ -51,7 +51,7 @@ if ($gContent->isCommentable()) { } } -$gContent->mInfo['type'] = $gContent->getXrefGroupList(); +$gBitSmarty->assign( 'gXrefInfo', $gContent->mXrefInfo ); $gBitSystem->setBrowserTitle( $gContent->mInfo['title'] ); $gBitSystem->display( 'bitpackage:contact/show_contact.tpl'); |
