From 5383f6206c6dfc7f2fe2376c12ce8879783e3506 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 23 Oct 2012 22:33:16 +0200 Subject: ajout fonction importation fichiers OPMs OPML --- app/controllers/entryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/entryController.php') diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index 9ae7bcd07..a99038068 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -26,7 +26,7 @@ class entryController extends ActionController { $entryDAO = new EntryDAO (); if ($id == false) { - $entries = $entryDAO->listNotReadEntries (); + $entries = $entryDAO->listEntries ('not_read'); } else { $entry = $entryDAO->searchById ($id); $entries = $entry !== false ? array ($entry) : array (); -- cgit v1.2.3