summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index ceb7082..21ac8cc 100755
--- a/index.php
+++ b/index.php
@@ -34,6 +34,6 @@ if ($gContent->isCommentable()) {
include_once LIBERTY_PKG_PATH . 'comments_inc.php';
}
-$gContent->mInfo['type'] = $gContent->getContactGroupList();
+$gContent->mInfo['type'] = $gContent->getXrefGroupList();
$gBitSystem->setBrowserTitle("Contact List Item");
$gBitSystem->display( 'bitpackage:contact/show_contact.tpl', NULL, [ 'display_mode' => 'display' ]);