More Bpmn/Workflow handling layer refactoring and improve unit tests

This commit is contained in:
Erik Amaru Ortiz
2014-02-05 11:39:15 -04:00
parent ee480a93e3
commit 47f991034f
12 changed files with 662 additions and 404 deletions

View File

@@ -1141,7 +1141,7 @@ class System
return $result;
}
public function solrEnv ($sysName = '')
public static function solrEnv ($sysName = '')
{
if (empty( $sysName )) {
$conf = System::getSystemConfiguration();