From 85d6a7d9a6e5a0f30e63fa6d81d69dfd9a7c7379 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 19 May 2014 23:24:36 +0200 Subject: [PATCH 1/1] Moved 'file_stack_' after $type to have a nice name. 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 df10a1c8..43394fd6 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('file_stack_' . $type . '_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