1
0
mirror of synced 2025-03-20 23:23:56 +03:00

fix catalog re-generation (#225)

This commit is contained in:
Vlad 2021-11-12 17:11:52 +03:00 committed by GitHub
parent 64ac89d1d3
commit 1d814d69bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@ class IcmlDirector
*/ */
public function generateXml(): void public function generateXml(): void
{ {
unlink($this->setup->filePath);
$this->setXmlData(); $this->setXmlData();
$this->icmlWriter->writeToXmlTop($this->xmlData); $this->icmlWriter->writeToXmlTop($this->xmlData);
$this->logger->write( $this->logger->write(