Fix: users categories type is Categorie::TYPE_USER
This commit is contained in:
parent
f365a987c4
commit
073914572c
@ -2262,7 +2262,7 @@ else
|
||||
{
|
||||
print '<tr><td>' . fieldLabel( 'Categories', 'usercats' ) . '</td>';
|
||||
print '<td>';
|
||||
$cate_arbo = $form->select_all_categories( Categorie::TYPE_CONTACT, null, null, null, null, 1 );
|
||||
$cate_arbo = $form->select_all_categories( Categorie::TYPE_USER, null, null, null, null, 1 );
|
||||
$c = new Categorie( $db );
|
||||
$cats = $c->containing($object->id, Categorie::TYPE_USER);
|
||||
foreach ($cats as $cat) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user