Signed-off-by: Roland Häder <roland@mxchange.org>
$stackInstance = Registry::getRegistry()->getInstance($stackName . '_stack');
} else {
// Get the handler instance
- $stackInstance = self::createObjectByConfiguredName($prefix . '_' . $stackName . '_stack_class', array($stackFileName, $prefix));
+ $stackInstance = self::createObjectByConfiguredName($prefix . '_' . $stackName . '_stack_class', array($stackFileName, $prefix . '_' . $stackName));
// Add it to the registry
Registry::getRegistry()->addInstance($stackName . '_stack', $stackInstance);