1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 09:14:58 +02:00
This commit is contained in:
Ryan Cramer
2021-07-30 14:15:58 -04:00
parent 992839e13d
commit 4d86d4e3f2

View File

@@ -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();
}