From 230fd25b3471adfa301b6d928290661c527b5e4d Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Fri, 23 May 2014 16:58:04 -0400 Subject: [PATCH] Merge code github > bitbucket 2014-05-23 17:00 --- gulliver/system/class.bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/gulliver/system/class.bootstrap.php b/gulliver/system/class.bootstrap.php index ced07c21c..1add547a5 100644 --- a/gulliver/system/class.bootstrap.php +++ b/gulliver/system/class.bootstrap.php @@ -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); }