Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / main / stacker / class_BaseStacker.php
index e329f60059a311da7eb1f31b00f7e0f46fe27681..55b28a6d5409ea163bb6e68612c60e2b098d380f 100644 (file)
@@ -51,7 +51,7 @@ class BaseStacker extends BaseFrameworkSystem {
                // Is the stack already initialized?
                if (($forceReInit === FALSE) && ($this->isStackInitialized($stackerName))) {
                        // Then throw the exception
-                       throw new AlreadyInitializedStackerException(array($this, $stackerName), self::EXCEPTION_STACKER_ALREADY_INITIALIZED);
+                       throw new AlreadyInitializedStackerException(array($this, $stackerName, $forceReInit), self::EXCEPTION_STACKER_ALREADY_INITIALIZED);
                } // END - if
 
                // Initialize the given stack