From: Roland Haeder Date: Mon, 19 May 2014 21:27:07 +0000 (+0200) Subject: :-( X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=ab9a433ae360475d7aa6d9ff964e5e0aaf83d166 :-( Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/factories/index/class_FileStackIndexFactory.php b/inc/classes/main/factories/index/class_FileStackIndexFactory.php index 43394fd6..05c92244 100644 --- a/inc/classes/main/factories/index/class_FileStackIndexFactory.php +++ b/inc/classes/main/factories/index/class_FileStackIndexFactory.php @@ -45,7 +45,7 @@ class FileStackIndexFactory extends ObjectFactory { $indexInstance = Registry::getRegistry()->getInstance($type . '_index'); } else { // Get the handler instance - $indexInstance = self::createObjectByConfiguredName($type . 'file_stack__index_class', array($fileName)); + $indexInstance = self::createObjectByConfiguredName($type . '_file_stack__index_class', array($fileName)); // Add it to the registry Registry::getRegistry()->addInstance($type . '_index', $indexInstance);