• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/comments/taskentity.php
  • Класс: BitrixForumCommentsTaskEntity
  • Вызов: TaskEntity::checkEditOptionIsOn
static function checkEditOptionIsOn()
{
	$value = Option::get("tasks", "task_comment_allow_edit");

	return $value == 'Y' || $value == '1';
}