aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
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 ();