X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Floader%2Fclass_ClassLoader.php;fp=framework%2Floader%2Fclass_ClassLoader.php;h=5035d3f83cce41ea94ec6edf90f4a824a67f15e6;hp=330cdaa0198d9d4683e959b77c133201295a459b;hb=868c877607670760eb36e63ebeb1a04237907be9;hpb=3191b3ee467d8844ec574321291cfc6ddc34eb69 diff --git a/framework/loader/class_ClassLoader.php b/framework/loader/class_ClassLoader.php index 330cdaa0..5035d3f8 100644 --- a/framework/loader/class_ClassLoader.php +++ b/framework/loader/class_ClassLoader.php @@ -455,7 +455,7 @@ class ClassLoader { $currentEntry = $iteratorInstance->current(); // Get filename from iterator which is the class' name (according naming-convention) - $fileName = $currentEntry->getFileName(); + $fileName = $currentEntry->getFilename(); // Current entry must be a file, not smaller than 100 bytes and not on ignore list if ((!$currentEntry->isFile()) || (in_array($fileName, $this->ignoreList)) || ($currentEntry->getSize() < 100)) {