Skip to content

Commit 261ae9c

Browse files
committed
update error message for importing navigation
1 parent c44199b commit 261ae9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ImportDataService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ protected function processForNavigation()
537537
} else {
538538
$errorMsg .= ' - ' . get_class($th);
539539
}
540-
$this->processErrors['navigation'][$category][] = $errorMsg;
540+
$this->processErrors['navigation']['s3'][$category][] = $errorMsg;
541541
}
542542
}
543543
}

0 commit comments

Comments
 (0)