Merge code github > bitbucket 2014-05-23 17:00

This commit is contained in:
Julio Cesar Laura
2014-05-23 16:58:04 -04:00
parent 5184de7763
commit 230fd25b34

View File

@@ -49,6 +49,7 @@ class Bootstrap
// (!) Backward compatibility, the original function is in System class
if (! class_exists("System")) {
require_once PATH_CORE . "classes" . PATH_SEP . "class.system.php";
}
return System::getSystemConfiguration($globalIniFile, $wsIniFile, $wsName);
}