diff options
Diffstat (limited to 'load_emails.php')
| -rwxr-xr-x | load_emails.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/load_emails.php b/load_emails.php index 3ba496f..b421f55 100755 --- a/load_emails.php +++ b/load_emails.php @@ -186,7 +186,7 @@ if ($gContent->isCommentable()) { include_once LIBERTY_PKG_PATH . 'comments_inc.php'; } -$gContent->mInfo['type'] = $gContent->getContactGroupList(); +$gContent->mInfo['type'] = $gContent->getXrefGroupList(); $gBitSystem->setBrowserTitle("Contact Information"); $gBitSystem->display( 'bitpackage:contact/show_contact.tpl'); |
