Skip to content

Commit

Permalink
Update core/bulkchange.class.inc.php
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Casteleyn <[email protected]>
  • Loading branch information
accognet and Hipska authored Jul 11, 2024
1 parent b5e6dea commit ded5410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bulkchange.class.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ public function Process(CMDBChange $oChange = null)
try {
foreach ($this->m_aData as $iRow => $aRowData) {
set_time_limit(intval($iLoopTimeLimit));
//stop if not the good number of cols in $aRowData
// Stop if not the good number of cols in $aRowData
if(count($aRowData) != $iNBFields){
$aResult[$iRow]["__STATUS__"] = new RowStatus_Issue(Dict::Format('UI:CSVReport-Row-Issue-NbField',count($aRowData),$iNBFields) );
continue;
Expand Down

0 comments on commit ded5410

Please sign in to comment.