From: Domovoy Date: Sun, 22 Jul 2012 14:22:06 +0000 (+0200) Subject: Don't forget to clean frames before saving X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c0d3d50fb58667e03a80a25676092afd3cf630d4;p=friendica.git Don't forget to clean frames before saving --- diff --git a/include/Photo.php b/include/Photo.php index 4ac84d9015..06b90bb88a 100644 --- a/include/Photo.php +++ b/include/Photo.php @@ -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();