summaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-14 20:10:15 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-14 20:10:15 +0100
commit47196182e53ed25a73ba6e5129675df99df5b671 (patch)
tree885ad6a5e80a5c76fc7b6fc6b23fbf27aedcdc47 /app/controllers/indexController.php
parentd2c20395c0aa74f2e1c039b56dfda618415be617 (diff)
Fix bug #25 mais le code ne me convient pas. Le bug #28 devra corriger ce soucis
Diffstat (limited to 'app/controllers/indexController.php')
-rwxr-xr-xapp/controllers/indexController.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php
index 916f77c98..b6a7de281 100755
--- a/app/controllers/indexController.php
+++ b/app/controllers/indexController.php
@@ -74,9 +74,7 @@ class indexController extends ActionController {
try {
$this->view->entryPaginator = $entryDAO->getPaginator ($entries);
- } catch (CurrentPagePaginationException $e) {
- $error = true;
- }
+ } catch (CurrentPagePaginationException $e) { }
$this->view->cat_aside = $catDAO->listCategories ();
$this->view->nb_favorites = $entryDAO->countFavorites ();