X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=d5e0f8c7413c607b05b9734fe39940d2d31c4097;hb=bb4c9b9f231b5443692659a6a7a81aa45a922286;hp=a51fb8dfce490b89c9ebc439739113319ae31eaa;hpb=f2e5c734f1b1397a95d517094152da14b136b5a1;p=core.git diff --git a/inc/config.php b/inc/config.php index a51fb8df..d5e0f8c7 100644 --- a/inc/config.php +++ b/inc/config.php @@ -368,8 +368,8 @@ $cfg->setConfigEntry('file_raw_output_class', 'FrameworkFileOutputPointer'); // CFG: FILE-INPUT-OUTPUT-CLASS $cfg->setConfigEntry('file_raw_input_output_class', 'FrameworkFileInputOutputPointer'); -// CFG: FILE-IO-ITERATOR-CLASS -$cfg->setConfigEntry('file_io_iterator_class', 'FileIoIterator'); +// CFG: FILE-ITERATOR-CLASS +$cfg->setConfigEntry('file_iterator_class', 'FileIterator'); // CFG: FILE-STACK-PRE-ALLOCATE-ENABLED $cfg->setConfigEntry('file_stack_pre_allocate_enabled', 'Y');