diff options
| author | 2013-04-13 15:58:18 +0200 | |
|---|---|---|
| committer | 2013-04-13 15:58:18 +0200 | |
| commit | 650a04458a8733fb776f39bc7016444725b04dff (patch) | |
| tree | ed0e1e51af94d3e7936c058cfd2892b7d7fa7d52 /app/controllers/feedController.php | |
| parent | 9b9543109e36a5409fe71eb084cfac680dfc7cbd (diff) | |
On ne récupère plus le script persona si le login n'est pas configuré
Diffstat (limited to 'app/controllers/feedController.php')
| -rwxr-xr-x | app/controllers/feedController.php | 5 |
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); } } |
