From bd99d16abaaaf302edb23fbf7290f36a2f56102e Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 19 May 2014 23:31:13 +0200 Subject: [PATCH] :-( :-( MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../main/factories/index/class_FileStackIndexFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/main/factories/index/class_FileStackIndexFactory.php b/inc/classes/main/factories/index/class_FileStackIndexFactory.php index 05c92244..8143840a 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); -- 2.39.2