]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/language/class_LanguageSystem.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / language / class_LanguageSystem.php
index 12ce65553f7f9b28427d5b70949f8e4027e25466..1ed28e473b9d289e4e7f61fe7b4ead4788d4c454 100644 (file)
@@ -44,13 +44,13 @@ class LanguageSystem extends BaseFrameworkSystem implements ManageableLanguage {
        private static $thisInstance = null;
 
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
-       private final function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set part description
                $this->setObjectDescription("Sprachsystem");