From 243174cd9baa38cd44f4f0bc34e32a0202378d66 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Mon, 2 Jun 2008 17:28:37 +0000
Subject: [PATCH] Access level fixed

---
 inc/classes/main/extended/class_SerializationContainer.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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__);
 	}
-- 
2.39.5