diff options
Diffstat (limited to 'app/Controllers/configureController.php')
| -rwxr-xr-x | app/Controllers/configureController.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index 78b939a91..f0e636eef 100755 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -374,10 +374,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController { invalidateHttpCache(); - Minz_Session::_param('notification', array( - 'type' => 'good', - 'content' => _t('feedback.conf.updated') - )); + Minz_Request::good(_t('feedback.conf.updated'), [ 'c' => 'configure', 'a' => 'system' ]); } } } |
