From ab9a433ae360475d7aa6d9ff964e5e0aaf83d166 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 19 May 2014 23:27:07 +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 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); -- 2.30.2