Forums
(@00alex)
6 years, 6 months ago
Получилось скрыть ошибку на 1807 стоке: if(count($if_ids) > 0) заменить на: if(count((array)$if_ids) > 0)
if(count($if_ids) > 0)
if(count((array)$if_ids) > 0)