]> 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 d32551c848746e02997dbeec4b97b68ae0795797..94da00be4f10b3f47f02fb156f833354f7f1e782 100644 (file)
@@ -20,7 +20,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class SerializationContainer extends FrameworkArrayObject {
        /**
@@ -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");