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:
Anybody?
ادامه مطلب...
PHP:
Code:
$group = $this->filter('group','int');
$em = $this->em()->find('myaddon:entity',$userid);
if($action == "add"){
$em->secondary_group_ids = $group;
$em->save();
}
ادامه مطلب...