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

index 05c92244a64030e214c57f65e47a3152c6fcf01e..8143840a5d5c9457c37205e03d90dae0647dadba 100644 (file)
@@ -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);