diff options
| author | 2012-10-23 22:33:16 +0200 | |
|---|---|---|
| committer | 2012-10-23 22:33:16 +0200 | |
| commit | 5383f6206c6dfc7f2fe2376c12ce8879783e3506 (patch) | |
| tree | 5722d302bd43a0c74567e87aaf380f8ac11396e2 /app/controllers/entryController.php | |
| parent | fca236dc6d6ff6e09182c560f3566904cbc7a70a (diff) | |
ajout fonction importation fichiers OPMs OPML
Diffstat (limited to 'app/controllers/entryController.php')
| -rwxr-xr-x | app/controllers/entryController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); |
