diff --git a/wire/core/Pageimage.php b/wire/core/Pageimage.php index abf23ab7..e72fbe84 100644 --- a/wire/core/Pageimage.php +++ b/wire/core/Pageimage.php @@ -176,6 +176,8 @@ class Pageimage extends Pagefile { public function __clone() { $this->imageInfo['width'] = 0; $this->imageInfo['height'] = 0; + $this->pageimageDebugInfo = null; + $this->variations = null; parent::__clone(); }