From: Roland Häder Date: Thu, 10 Mar 2011 22:05:52 +0000 (+0000) Subject: initStacker() can be easily public X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=fc58c67eb820278515200c89f987931071107424;hp=ec6bb7da038135934f0d5abfcb82a7a7780945a4 initStacker() can be easily public --- diff --git a/inc/classes/main/stacker/class_BaseStacker.php b/inc/classes/main/stacker/class_BaseStacker.php index 3a8bcc02..b186e064 100644 --- a/inc/classes/main/stacker/class_BaseStacker.php +++ b/inc/classes/main/stacker/class_BaseStacker.php @@ -51,7 +51,7 @@ class BaseStacker extends BaseFrameworkSystem { * @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