1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Renamed e_shims to eShims

To follow @myovchev's convention like eHelper

Per @CaMer0n
This commit is contained in:
Nick Liu
2018-10-31 12:24:45 -05:00
parent b2de51dd1b
commit ded595d704
4 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ function resize_image($source_file, $destination_file, $type = "upload", $model
{
if (($result = mimeFromFilename($source_file)) === FALSE) { return FALSE; }
header($result);
if (e_shims::readfile($source_file) === FALSE) { return FALSE; }
if (eShims::readfile($source_file) === FALSE) { return FALSE; }
}
else
{