]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/extended/class_SerializationContainer.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / extended / class_SerializationContainer.php
index f78c72e346c523af2aafd2867d2f89452a9a22de..94da00be4f10b3f47f02fb156f833354f7f1e782 100644 (file)
@@ -30,7 +30,7 @@ class SerializationContainer extends FrameworkArrayObject {
         */
        public function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Debug message
                if ((defined('DEBUG_CONTAINER')) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output("[SerializationContainer:] Konstruktor erreicht.<br />\n");