diff --git a/intaro.retailcrm/export/export_setup.php b/intaro.retailcrm/export/export_setup.php
index b563058b..88217c55 100644
--- a/intaro.retailcrm/export/export_setup.php
+++ b/intaro.retailcrm/export/export_setup.php
@@ -495,7 +495,7 @@ if ($STEP === 1) {
=GetMessage('AGENT_LOADING')?>
-
+
=GetMessage('LOAD_NOW')?>
diff --git a/intaro.retailcrm/install/index.php b/intaro.retailcrm/install/index.php
index 7168de8f..6ded1147 100644
--- a/intaro.retailcrm/install/index.php
+++ b/intaro.retailcrm/install/index.php
@@ -1088,7 +1088,7 @@ class intaro_retailcrm extends CModule
$agentId = null;
- if (isset($_POST['TYPE_LOADING'])) {
+ if (isset($_POST['NEED_CATALOG_AGENT'])) {
$dateAgent = new DateTime();
$intAgent = new DateInterval('PT60S'); // PT60S - 60 sec;
$dateAgent->add($intAgent);