| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/report.analytics.feedback/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/report.analytics.feedback/class.php |
<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)
{
die();
}
class ReportAnalyticsFeedback extends CBitrixComponent
{
public function executeComponent()
{
$this->arResult['BOARD_KEY'] = $this->arParams['BOARD_KEY'];
$this->includeComponentTemplate();
}
}