diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-26 03:05:35 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-26 03:05:35 +0000 |
commit | f51c3d89d5118e45914a1de7f6bdb03dd559e32e (patch) | |
tree | c76ee67ddb62723503711175e406442b72c55103 /h-source/Application/Controllers/MyController.php | |
parent | 1ddc3583a205edd248a53fcf65e3fbad3664f85f (diff) |
added mail notifications for talk messages
Diffstat (limited to 'h-source/Application/Controllers/MyController.php')
-rw-r--r-- | h-source/Application/Controllers/MyController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/MyController.php b/h-source/Application/Controllers/MyController.php index c2b715f..d1e346c 100644 --- a/h-source/Application/Controllers/MyController.php +++ b/h-source/Application/Controllers/MyController.php @@ -158,7 +158,7 @@ class MyController extends BaseController if (!$this->s['registered']->checkCsrf($this->viewArgs['token'])) $this->redirect($this->controller.'/home/'.$this->lang,2,'wrong token..'); - $this->m['ProfileModel']->setFields('real_name,website,where_you_are,birth_date,fav_distro,projects,publish_mail,description','sanitizeAll'); + $this->m['ProfileModel']->setFields('real_name,website,where_you_are,birth_date,fav_distro,projects,publish_mail,send_notification,description','sanitizeAll'); $clean['id_user'] = (int)$this->s['registered']->status['id_user']; |