]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/factories/index/class_FileStackIndexFactory.php
Continued:
[core.git] / framework / main / classes / factories / index / class_FileStackIndexFactory.php
index b9c7130ffb54a5119683d31a5cef4e82bdcd3563..e483fc83a27a84689f11b45dc85c70af29e5c7f9 100644 (file)
@@ -62,7 +62,7 @@ class FileStackIndexFactory extends ObjectFactory {
                        assert($indexInstance instanceof IndexableStack);
 
                        // Add it to the registry
                        assert($indexInstance instanceof IndexableStack);
 
                        // Add it to the registry
-                       Registry::getRegistry()->addInstance($type . '_index', $indexInstance);
+                       GenericRegistry::getRegistry()->addInstance($type . '_index', $indexInstance);
                }
 
                // Return the instance
                }
 
                // Return the instance