initStacker() can be easily public
authorRoland Häder <roland@mxchange.org>
Thu, 10 Mar 2011 22:05:52 +0000 (22:05 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 10 Mar 2011 22:05:52 +0000 (22:05 +0000)
inc/classes/main/stacker/class_BaseStacker.php

index 3a8bcc028fa659817c4ea8760367bc202f908d35..b186e064f977101e81b61bd307b57719f9706ea3 100644 (file)
@@ -51,7 +51,7 @@ class BaseStacker extends BaseFrameworkSystem {
         * @return      void
         * @throws      AlreadyInitializedStackerException      If the stack is already initialized
         */
         * @return      void
         * @throws      AlreadyInitializedStackerException      If the stack is already initialized
         */
-       protected final function initStacker ($stackerName) {
+       public final function initStacker ($stackerName) {
                // Is the stack already initialized?
                if ($this->isStackInitialized($stackerName)) {
                        // Then throw the exception
                // Is the stack already initialized?
                if ($this->isStackInitialized($stackerName)) {
                        // Then throw the exception