From: Roland Häder <roland@mxchange.org>
Date: Mon, 2 Jun 2008 17:28:37 +0000 (+0000)
Subject: Access level fixed
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=243174cd9baa38cd44f4f0bc34e32a0202378d66;p=shipsimu.git

Access level fixed
---

diff --git a/inc/classes/main/extended/class_SerializationContainer.php b/inc/classes/main/extended/class_SerializationContainer.php
index 136c07b..54a4acb 100644
--- a/inc/classes/main/extended/class_SerializationContainer.php
+++ b/inc/classes/main/extended/class_SerializationContainer.php
@@ -24,11 +24,11 @@
  */
 class SerializationContainer extends FrameworkArrayObject {
 	/**
-	 * Protected constructor, please use the factory method belo!
+	 * Protected constructor, must stay as public... *sigh*
 	 *
 	 * @return	void
 	 */
-	protected function __construct () {
+	public function __construct () {
 		// Call parent constructor
 		parent::__construct(__CLASS__);
 	}