Renamed more and moved code to Block interface.
[core.git] / inc / classes / main / index / class_BaseIndex.php
index 8347af67f64bd8948020d0e4a425d48aca3012a0..df3e758f9c11a241af09b7fa5b095ecc38ffc74a 100644 (file)
@@ -153,7 +153,7 @@ class BaseIndex extends BaseFrameworkSystem {
                $fileInstance = ObjectFactory::createObjectByConfiguredName('index_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);