]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/factories/index/class_FileStackIndexFactory.php
:-( :-(
[core.git] / 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);