]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/images/png/class_PngImage.php
Continued:
[core.git] / framework / main / classes / images / png / class_PngImage.php
index 3189809c07b6d315112efbc902bbc7efdb737e2b..3d41351a1f556a61969178b4b241a4a8214856fb 100644 (file)
@@ -82,7 +82,7 @@ class PngImage extends BaseImage {
                if (FrameworkBootstrap::isReadableFile($cacheFile)) {
                        // Remove it
                        unlink($cacheFile->getPathname());
-               } // END - if
+               }
 
                // Finish the image and send it to a cache file
                imagepng($this->getImageResource(), $cacheFile->getPathname(), 9, PNG_ALL_FILTERS);