aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/feedController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/feedController.php')
-rwxr-xr-xapp/controllers/feedController.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/feedController.php b/app/controllers/feedController.php
index 83fc19e20..73921e215 100755
--- a/app/controllers/feedController.php
+++ b/app/controllers/feedController.php
@@ -161,6 +161,11 @@ class feedController extends ActionController {
Session::_param ('notification', $notif);
Request::forward (array (), true);
} else {
+ $notif = array (
+ 'type' => 'good',
+ 'content' => 'Les flux ont été mis à jour'
+ );
+ Session::_param ('notification', $notif);
$this->view->_useLayout (false);
}
}