aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/configureController.php')
-rwxr-xr-xapp/controllers/configureController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php
index 2856bb89f..51b0ebaca 100755
--- a/app/controllers/configureController.php
+++ b/app/controllers/configureController.php
@@ -337,7 +337,7 @@ class configureController extends ActionController {
'f10', 'f11', 'f12');
$this->view->list_keys = $list_keys;
$list_names = array ('mark_read', 'mark_favorite', 'go_website', 'next_entry',
- 'prev_entry', 'next_page', 'prev_page');
+ 'prev_entry', 'next_page', 'prev_page', 'collapse_entry');
if (Request::isPost ()) {
$shortcuts = Request::param ('shortcuts');