mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 01:34:31 +02:00
Fix issue processwire/processwire-issues#920
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user