X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Ffile_io.php;fp=inc%2Ffile_io.php;h=c141feabd932d109637b53179e53cdfb3ef88fdb;hb=12dbc1af8f0bc2981711b17c7c955f270c440b35;hp=0a5ec9b4c36f4cd86e7c1d1343700a9c5f914a78;hpb=663356790b69b73605e383989654ed51bf1b22e8;p=hub.git diff --git a/inc/file_io.php b/inc/file_io.php index 0a5ec9b4c..c141feabd 100644 --- a/inc/file_io.php +++ b/inc/file_io.php @@ -27,5 +27,8 @@ // Get the instance $io = ObjectFactory::createObjectByConfiguredName('file_io_class'); +// Is the app variable there and valid? +if (is_object($app)) $app->setFileIoInstance($io); + // [EOF] ?>