Merged in paulis/processmaker/HOR-1495 (pull request #4613)

HOR-1495
This commit is contained in:
Julio Cesar Laura Avendaño
2016-07-26 14:49:30 -04:00

View File

@@ -3315,7 +3315,9 @@ class workspaceTools
define("PATH_DOCUMENT", PATH_DATA . 'sites' . DIRECTORY_SEPARATOR . $workspaceName . DIRECTORY_SEPARATOR . 'files');
}
$arraySystemConfiguration = System::getSystemConfiguration('', '', $workspaceName);
define('MEMCACHED_ENABLED', $arraySystemConfiguration['memcached']);
if (!defined('MEMCACHED_ENABLED')) {
define('MEMCACHED_ENABLED', $arraySystemConfiguration['memcached']);
}
//Search All process
$oCriteria = new Criteria("workflow");