Continued:
[core.git] / framework / main / classes / factories / stacks / class_FileStackFactory.php
index 5198806b16500143e57f510ab4be9da2eaf85878..23e6cab95f0fa40786ad829c1d338b7698913a3c 100644 (file)
@@ -68,7 +68,7 @@ class FileStackFactory extends ObjectFactory {
                        $stackInstance = self::createObjectByConfiguredName($prefix . '_' . $stackName . '_stack_class', array($fileInfoInstance, $prefix . '_' . $stackName));
 
                        // Add it to the registry
                        $stackInstance = self::createObjectByConfiguredName($prefix . '_' . $stackName . '_stack_class', array($fileInfoInstance, $prefix . '_' . $stackName));
 
                        // Add it to the registry
-                       Registry::getRegistry()->addInstance($stackName . '_stack', $stackInstance);
+                       GenericRegistry::getRegistry()->addInstance($stackName . '_stack', $stackInstance);
                }
 
                // Return the instance
                }
 
                // Return the instance