diff --git a/workflow/engine/classes/class.pluginRegistry.php b/workflow/engine/classes/class.pluginRegistry.php index a565afa26..b0b1c547d 100755 --- a/workflow/engine/classes/class.pluginRegistry.php +++ b/workflow/engine/classes/class.pluginRegistry.php @@ -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)) );