:-(
authorRoland Haeder <roland@mxchange.org>
Mon, 19 May 2014 21:27:07 +0000 (23:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 19 May 2014 21:27:07 +0000 (23:27 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/factories/index/class_FileStackIndexFactory.php

index 43394fd6819fc8d30dd027409dc3e0435cba7c36..05c92244a64030e214c57f65e47a3152c6fcf01e 100644 (file)
@@ -45,7 +45,7 @@ class FileStackIndexFactory extends ObjectFactory {
                        $indexInstance = Registry::getRegistry()->getInstance($type . '_index');
                } else {
                        // Get the handler instance
                        $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);
 
                        // Add it to the registry
                        Registry::getRegistry()->addInstance($type . '_index', $indexInstance);