Skip to content

Commit bd492bb

Browse files
telemetricsystemsRobert Pawłowski
andauthored
MUL-2974 Fix date at category (#298)
Co-authored-by: Robert Pawłowski <r.pawlowski@nowaera.pl>
1 parent b65c647 commit bd492bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Cms/Model/CategoryVersion.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public function exchangeOriginal(\Cms\Orm\CmsCategoryRecord $draft)
6969
$this->_category->parentId = $this->_category->getInitialStateValue('parentId');
7070
$this->_category->path = $this->_category->getInitialStateValue('path');
7171
$this->_category->order = $this->_category->getInitialStateValue('order');
72-
$this->_category->dateAdd = $this->_category->getInitialStateValue('dateAdd');
7372
//status active
7473
$this->_category->status = \Cms\Orm\CmsCategoryRecord::STATUS_ACTIVE;
7574
//czyszczenie id oryginału

0 commit comments

Comments
 (0)