X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_BaseFrameworkSystem.php;h=0c490f1ee7d1d7362552cd75eb3a2548df527264;hp=ee34a87f628414f57064e4df0b46ea53a3300b40;hb=5bf79580029c4f6ee71e6c9e7890169e4b344def;hpb=bbf48d46cb9063a4d2b78c106747147712f5474e diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index ee34a87..0c490f1 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -192,7 +192,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { // Set real class $this->setRealClass($className); - // Initialize the class if the class Registry is there + // Initialize the class if class Registry is there if ((class_exists('Registry')) && (Registry::isInitialized() === false)) { // Initialize the registry automatically $this->initInstance();