Merged in caleeli/processmaker/HOR-1254 (pull request #4376)

HOR-1254
This commit is contained in:
Julio Cesar Laura Avendaño
2016-06-15 16:32:05 -04:00

View File

@@ -1425,7 +1425,7 @@ class PMPluginRegistry
foreach ($classesList as $classFile) {
if (pathinfo($classFile, PATHINFO_EXTENSION) === 'php') {
$ns = str_replace(
DIRECTORY_SEPARATOR,
'/',
'\\',
str_replace('.php', '', str_replace($baseSrcPluginPath, '', $classFile))
);