X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffile_io.php;fp=inc%2Ffile_io.php;h=e9472bbb4573367e8f9bdaed7f3609df762e3ba9;hp=5e4ba6a38292fb633f55954385e810c4bcdbdb53;hb=4f71b483c3761671ddcc100f2ca0a8ab97a5bc9f;hpb=7d14f9db9df8b3b3a9bf1bbb69cf68ed2ec32f4c diff --git a/inc/file_io.php b/inc/file_io.php index 5e4ba6a382..e9472bbb45 100644 --- a/inc/file_io.php +++ b/inc/file_io.php @@ -25,7 +25,7 @@ */ // Get the instance -$io = FileIoHandler::createFileIoHandler(); +$io = ObjectFactory::createObjectByConfiguredName('file_io_handler'); // [EOF] ?>