]> git.mxchange.org Git - shipsimu.git/commitdiff
Access level fixed
authorRoland Häder <roland@mxchange.org>
Mon, 2 Jun 2008 17:28:37 +0000 (17:28 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 2 Jun 2008 17:28:37 +0000 (17:28 +0000)
inc/classes/main/extended/class_SerializationContainer.php

index 136c07b8fdec6092ff0958bbf341945fc02fea31..54a4acb13c7d56f308d57d274df4e171ae5e5235 100644 (file)
  */
 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__);
        }