Project

General

Profile

Bug #73520 » 73520_ClassMapGenerator.patch

Christian Brinkert, 2016-02-18 18:46

View differences:

typo3/sysext/core/Resources/PHP/ClassMapGenerator.php (revision )
continue;
}
if ($blacklist && preg_match($blacklist, strtr($filePath, '\\', '/'))) {
if ($blacklist && preg_match(strtr($blacklist, '\\', '/'), strtr($filePath, '\\', '/'))) {
continue;
}
(1-1/2)