diff --git a/synchro/synchro_exec.php b/synchro/synchro_exec.php index 3876dca5a..979637034 100644 --- a/synchro/synchro_exec.php +++ b/synchro/synchro_exec.php @@ -101,7 +101,9 @@ else LoginWebPage::DoLogin(); // Check user rights and prompt if needed $oP = new WebPage(Dict::S("TitleSynchroExecution")); - $sDataSourcesList = utils::ReadParam('data_sources', null); + $sDataSourcesList = utils::ReadParam('data_sources', null, true); + $bSimulate = (utils::ReadParam('simulate', '0', true) == '1'); + if ($sDataSourcesList == null) { UsageAndExit($oP);