diff options
Diffstat (limited to 'app/Controllers/configureController.php')
| -rw-r--r-- | app/Controllers/configureController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index b1530380c..667c2da74 100644 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -189,7 +189,7 @@ class FreshRSS_configure_Controller extends FreshRSS_ActionController { if (Minz_Request::isPost()) { $shortcuts = Minz_Request::paramArray('shortcuts'); - if (!Minz_Request::paramBoolean('load_default_shortcuts')) { + if (Minz_Request::paramBoolean('load_default_shortcuts')) { $default = Minz_Configuration::load(FRESHRSS_PATH . '/config-user.default.php'); $shortcuts = $default['shortcuts']; } |
