Correccion de bug de clases no instanciadas

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-04-30 12:08:00 -04:00
parent 5a73572fbf
commit a38709bea2

View File

@@ -247,6 +247,7 @@ class WebApplication
foreach ($classesList as $classFile) {
if (pathinfo($classFile, PATHINFO_EXTENSION) === 'php') {
require_once $classFile;
$namespace = '\\ProcessMaker\\Services\\' . str_replace(
DIRECTORY_SEPARATOR,
'\\',