X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffile_io.php;h=e9472bbb4573367e8f9bdaed7f3609df762e3ba9;hb=42bc0e1fc5ae4653fe04c9d41474c874a0050b69;hp=5e4ba6a38292fb633f55954385e810c4bcdbdb53;hpb=7d14f9db9df8b3b3a9bf1bbb69cf68ed2ec32f4c;p=mailer.git 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] ?>