Renamed more and moved code to Block interface.
[core.git] / inc / classes / main / stacker / file / class_BaseFileStack.php
index 3cc3240ac7380f3726e66af49e687acffa6a1ee8..6174a8822717f9df2904c9d9070a9400614a190e 100644 (file)
@@ -164,7 +164,7 @@ class BaseFileStack extends BaseStacker {
                $fileInstance = ObjectFactory::createObjectByConfiguredName('stack_file_class', array($fileName, $this));
 
                // Get iterator instance
-               $iteratorInstance = ObjectFactory::createObjectByConfiguredName('file_io_iterator_class', array($fileInstance));
+               $iteratorInstance = ObjectFactory::createObjectByConfiguredName('file_iterator_class', array($fileInstance));
 
                // Is the instance implementing the right interface?
                assert($iteratorInstance instanceof SeekableWritableFileIterator);