Don't forget to clean frames before saving

This commit is contained in:
Domovoy 2012-07-22 16:22:06 +02:00
parent ab484ebc76
commit c0d3d50fb5
1 changed files with 2 additions and 0 deletions

View File

@ -475,6 +475,8 @@ class Photo {
$this->image->stripImage();
}
/* Clean it */
$this->image = $this->image->deconstructImages();
$string = $this->image->getImagesBlob();
} else {
$string = ob_get_contents();