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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user