Send a copy of the bug submission mail to the user
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 1 Jul 2007 21:37:59 +0000 (21:37 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 1 Jul 2007 21:37:59 +0000 (21:37 +0000)
 core.php |    1 +
 1 file changed, 1 insertion(+)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1875 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/core.php

index cbc40f0..133446a 100644 (file)
@@ -116,6 +116,7 @@ class CoreModule extends PLModule
             $mymail = new PlMailer();
             $mymail->setFrom('"'.S::v('prenom').' '.S::v('nom').'" <'.S::v('bestalias').'@polytechnique.org>');
             $mymail->addTo('support+platal@polytechnique.org');
+            $mymail->addCc('"'.S::v('prenom').' '.S::v('nom').'" <'.S::v('bestalias').'@polytechnique.org>');
             $mymail->setSubject('Plat/al '.Env::v('task_type').' : '.Env::v('item_summary'));
             $mymail->setTxtBody($body);
             $mymail->send();