X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fdatabase%2Flib-local.php;fp=inc%2Fdatabase%2Flib-local.php;h=7ca9530c5ac24f9729b46173438a91b19d21a44d;hp=aa4dc2e6d018b0d950d14289c7e183e4c7e1b6a0;hb=e51607c0f33062258ba0a07b79b8e1f34fd6b832;hpb=4b88c118b615335d06bd74e444173d21aef4406c diff --git a/inc/database/lib-local.php b/inc/database/lib-local.php index aa4dc2e6..7ca9530c 100644 --- a/inc/database/lib-local.php +++ b/inc/database/lib-local.php @@ -24,8 +24,7 @@ // For testing purposes we use a local file database $databaseInstance = LocalFileDatabase::createLocalFileDatabase( - FrameworkConfiguration::getInstance()->getConfigEntry('local_db_path'), - FileIoHandler::getInstance() + FrameworkConfiguration::getInstance()->getConfigEntry('local_db_path') ); // [EOF]