1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +02:00

Code cleanup

This commit is contained in:
Cameron
2020-12-09 14:08:28 -08:00
parent c083ae5800
commit 465cc393cf
4 changed files with 7 additions and 4 deletions

View File

@@ -243,7 +243,7 @@ class e_thumbnail
$this->sendCachedImage($cache_filename, $thumbnfo);
// No Cached file found - proceed with image creation.
file_put_contents(e_BASE."e107_system/thumbnail.log",$this->_src_path."\n", FILE_APPEND);
$img = Image::make($this->_src_path);