X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Ffactories%2Findex%2Fclass_FileStackIndexFactory.php;fp=framework%2Fmain%2Fclasses%2Ffactories%2Findex%2Fclass_FileStackIndexFactory.php;h=e483fc83a27a84689f11b45dc85c70af29e5c7f9;hp=b9c7130ffb54a5119683d31a5cef4e82bdcd3563;hb=8d8cf621bd811811cecd83c65a4ab91f27258e79;hpb=39c1aaf705e8e3c274d56ef1fa931a086f729c48 diff --git a/framework/main/classes/factories/index/class_FileStackIndexFactory.php b/framework/main/classes/factories/index/class_FileStackIndexFactory.php index b9c7130f..e483fc83 100644 --- a/framework/main/classes/factories/index/class_FileStackIndexFactory.php +++ b/framework/main/classes/factories/index/class_FileStackIndexFactory.php @@ -62,7 +62,7 @@ class FileStackIndexFactory extends ObjectFactory { assert($indexInstance instanceof IndexableStack); // Add it to the registry - Registry::getRegistry()->addInstance($type . '_index', $indexInstance); + GenericRegistry::getRegistry()->addInstance($type . '_index', $indexInstance); } // Return the instance