summaryrefslogtreecommitdiff
path: root/list2.php
diff options
context:
space:
mode:
Diffstat (limited to 'list2.php')
-rwxr-xr-xlist2.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/list2.php b/list2.php
index d4d6bd4..563dfad 100755
--- a/list2.php
+++ b/list2.php
@@ -16,6 +16,7 @@
require_once '../kernel/includes/setup_inc.php';
use Bitweaver\Contact\Contact;
+use Bitweaver\Contact\ContactType;
use Bitweaver\KernelTools;
$gBitSystem->verifyPackage( 'contact' );
@@ -24,7 +25,7 @@ $gBitSystem->verifyPermission( 'p_contact_view' );
$gContent = new Contact( );
$gContent->invokeServices( 'content_list_function', $_REQUEST );
-// Handle the request hash storing into the session.
+$gBitSmarty->assign( 'contContactTypes', ContactType::getTypeMarkerList() );
$gContent->mTypes->processRequestHash($_REQUEST, $_SESSION['contact']);
$listHash = $_REQUEST;