[RSS Feed/News] setting user secondary groups

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
InvalidArgumentException: Attempted to convert integer to comma-separated list [secondary_group_ids] in src\XF\Mvc\Entity\Entity.php at line 759

PHP:

Code:
$group = $this->filter('group','int');
$em = $this->em()->find('myaddon:entity',$userid);
if($action == "add"){
    $em->secondary_group_ids = $group;
    $em->save();
}
Anybody?

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom