diff --git a/wire/core/PagesEditor.php b/wire/core/PagesEditor.php index afcdc6ad..9fd621ef 100644 --- a/wire/core/PagesEditor.php +++ b/wire/core/PagesEditor.php @@ -1250,7 +1250,7 @@ class PagesEditor extends Wire { $copy->resetTrackChanges(); $this->pages->cloned($page, $copy); $this->pages->debugLog('clone', "page=$page, parent=$parent", $copy); - $copy->setTrackChanges(false); + // $copy->setTrackChanges(false); return $copy; }