diff options
| author | 2013-04-11 21:27:29 +0200 | |
|---|---|---|
| committer | 2013-04-11 21:27:29 +0200 | |
| commit | e2171de4e6b090fbbad07d8852a068ec7ca050c0 (patch) | |
| tree | e47188b3a589099d41125445bedfd39963d94b11 /app/controllers/indexController.php | |
| parent | 61943f1661383bf8017b4c2a76fd11618e4adae0 (diff) | |
Fix issue #37 : possibilité de sortir un site du flux principal (utile pour les sites qui publient beaucoup)
Diffstat (limited to 'app/controllers/indexController.php')
| -rwxr-xr-x | app/controllers/indexController.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php index c83f7f1d2..1eba7231f 100755 --- a/app/controllers/indexController.php +++ b/app/controllers/indexController.php @@ -76,9 +76,7 @@ class indexController extends ActionController { try { $this->view->entryPaginator = $entryDAO->getPaginator ($entries); - } catch (CurrentPagePaginationException $e) { - - } + } catch (CurrentPagePaginationException $e) { } $this->view->cat_aside = $catDAO->listCategories (); $this->view->nb_favorites = $entryDAO->countFavorites (); |
