mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6474 - Fix regression introduced by 70e6f707
This commit is contained in:
@@ -137,12 +137,13 @@ else {
|
||||
exit - 1;
|
||||
}
|
||||
|
||||
$bSimulate = (utils::ReadParam('simulate', '0', true) == '1');
|
||||
$sDataSourcesList = ReadMandatoryParam($oP, 'data_sources', 'raw_data'); // May contain commas
|
||||
}
|
||||
|
||||
if ($sDataSourcesList == null) {
|
||||
UsageAndExit($oP);
|
||||
}
|
||||
$bSimulate = (utils::ReadParam('simulate', '0', true) == '1');
|
||||
$sDataSourcesList = ReadMandatoryParam($oP, 'data_sources', 'raw_data'); // May contain commas
|
||||
|
||||
if ($sDataSourcesList == null) {
|
||||
UsageAndExit($oP);
|
||||
}
|
||||
|
||||
foreach(explode(',', $sDataSourcesList) as $iSDS)
|
||||
|
||||
Reference in New Issue
Block a user