Fix: users categories type is Categorie::TYPE_USER
This commit is contained in:
parent
35d5a495de
commit
1e706c2e6b
@ -2285,7 +2285,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