Preparation for SQLite

https://github.com/marienfressinaud/FreshRSS/issues/100
This commit is contained in:
Alexandre Alapetite
2014-07-03 21:26:30 +02:00
parent 8a5050289e
commit d6f4141086
17 changed files with 318 additions and 144 deletions

View File

@@ -12,7 +12,7 @@ class FreshRSS_importExport_Controller extends Minz_ActionController {
require_once(LIB_PATH . '/lib_opml.php');
$this->catDAO = new FreshRSS_CategoryDAO();
$this->entryDAO = new FreshRSS_EntryDAO();
$this->entryDAO = FreshRSS_Factory::createEntryDao();
$this->feedDAO = new FreshRSS_FeedDAO();
}