mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 05:14:34 -04:00
Preparation for SQLite
https://github.com/marienfressinaud/FreshRSS/issues/100
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user