1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +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

@@ -350,7 +350,7 @@ class e_thumbpage
// Send required headers
//$this->sendHeaders($thumbnfo);
e_shims::readfile($cache_filename);
eShims::readfile($cache_filename);
//$bench->end()->logResult('thumb.php', $_GET['src'].' - retrieve cache');
exit;