diff options
| author | 2014-01-02 14:38:06 +0100 | |
|---|---|---|
| committer | 2014-01-02 14:38:06 +0100 | |
| commit | 3b23ca881c63fe6e1cc8ef98ae5a5af645d4870a (patch) | |
| tree | 37c6d537a254ddebd7cc42f8e6aca9a7792558f7 /app/Controllers/indexController.php | |
| parent | c3211f1b686147229b640b35feb9be49c58b1708 (diff) | |
Mutex pour actualize_script
Nouveau fichier temporaire ./data/actualize.lock.txt
Diffstat (limited to 'app/Controllers/indexController.php')
| -rwxr-xr-x | app/Controllers/indexController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php index 5b51b3e28..690ca57be 100755 --- a/app/Controllers/indexController.php +++ b/app/Controllers/indexController.php @@ -133,7 +133,7 @@ class FreshRSS_index_Controller extends Minz_ActionController { // Si on a récupéré aucun article "non lus" // on essaye de récupérer tous les articles - if ($state === 'not_read' && empty($entries)) { //TODO: Remove in v0.8 + if ($state === 'not_read' && empty($entries)) { Minz_Log::record ('Conflicting information about nbNotRead!', Minz_Log::DEBUG); $this->view->state = 'all'; $entries = $this->entryDAO->listWhere($getType, $getId, 'all', $order, $nb, $first, $filter, $date_min, $keepHistoryDefault); |
