mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
cron.php - Fixed error message
SVN:trunk[1214]
This commit is contained in:
@@ -117,7 +117,7 @@ foreach(explode(',', $sDataSourcesList) as $iSDS)
|
||||
$oSynchroDataSource = MetaModel::GetObject('SynchroDataSource', $iSDS, false);
|
||||
if ($oSynchroDataSource == null)
|
||||
{
|
||||
$oP->p("The data source (id=$iSDS) does not exist. Exiting...");
|
||||
$oP->p("ERROR: The data source (id=$iSDS) does not exist. Exiting...");
|
||||
$oP->output();
|
||||
exit -3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user