• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/configuration/facebook/fields/config/messengerchat.php
  • Класс: BitrixSeoBusinessSuiteConfigurationFacebookFieldsConfigMessengerChat
  • Вызов: MessengerChat::prepareValue
static function prepareValue($value)
{
	if(is_array($value) && array_key_exists('domains', $value) && is_array($value['domains']))
	{
		$value['domains'] = array_values(array_filter($value['domains']));
	}
	return parent::prepareValue($value);
}