Preparation #3 for SQLite

https://github.com/marienfressinaud/FreshRSS/issues/100
This commit is contained in:
Alexandre Alapetite
2014-07-03 22:48:29 +02:00
parent 2501bb337e
commit b34f59e85a
14 changed files with 45 additions and 31 deletions

View File

@@ -7,7 +7,7 @@ class FreshRSS_javascript_Controller extends Minz_ActionController {
public function actualizeAction () {
header('Content-Type: text/javascript; charset=UTF-8');
$feedDAO = new FreshRSS_FeedDAO ();
$feedDAO = FreshRSS_Factory::createFeedDao();
$this->view->feeds = $feedDAO->listFeedsOrderUpdate();
}