correction orthographe (fixes #30)
This commit is contained in:
parent
5b369002b5
commit
e58e6cf9c8
|
@ -565,7 +565,7 @@ class GroupController extends Controller
|
||||||
|
|
||||||
// Notification mail auprès des managers
|
// Notification mail auprès des managers
|
||||||
if($group->getFgcanshare()) {
|
if($group->getFgcanshare()) {
|
||||||
$text=$user->getUsername()." a été désinscrit dugroupe de travail : ".$group->getLabel();
|
$text=$user->getUsername()." a été désinscrit du groupe de travail : ".$group->getLabel();
|
||||||
$template="template";
|
$template="template";
|
||||||
$mail_params=array(
|
$mail_params=array(
|
||||||
"subject" => $this->get('session')->get('appname')." : ".$user->getUsername()." = Désinscription au groupe de travail ".$group->getLabel()."\n\n".$group->getDescription(),
|
"subject" => $this->get('session')->get('appname')." : ".$user->getUsername()." = Désinscription au groupe de travail ".$group->getLabel()."\n\n".$group->getDescription(),
|
||||||
|
@ -608,7 +608,7 @@ class GroupController extends Controller
|
||||||
|
|
||||||
// Notification mail auprès des managers
|
// Notification mail auprès des managers
|
||||||
if($group->getFgcanshare()) {
|
if($group->getFgcanshare()) {
|
||||||
$text=$user->getUsername()." a été désinscrit dugroupe de travail : ".$group->getLabel();
|
$text=$user->getUsername()." a été désinscrit du groupe de travail : ".$group->getLabel();
|
||||||
$template="template";
|
$template="template";
|
||||||
$mail_params=array(
|
$mail_params=array(
|
||||||
"subject" => $this->get('session')->get('appname')." : ".$user->getUsername()." = Désinscription au groupe de travail ".$group->getLabel()."\n\n".$group->getDescription(),
|
"subject" => $this->get('session')->get('appname')." : ".$user->getUsername()." = Désinscription au groupe de travail ".$group->getLabel()."\n\n".$group->getDescription(),
|
||||||
|
|
|
@ -564,7 +564,7 @@ class UserController extends Controller
|
||||||
|
|
||||||
// Notification mail auprès des managers
|
// Notification mail auprès des managers
|
||||||
if($group->getFgcanshare()) {
|
if($group->getFgcanshare()) {
|
||||||
$text=$data->getUsername()." a été désinscrit dugroupe de travail : ".$group->getLabel();
|
$text=$data->getUsername()." a été désinscrit du groupe de travail : ".$group->getLabel();
|
||||||
$template="template";
|
$template="template";
|
||||||
$mail_params=array(
|
$mail_params=array(
|
||||||
"subject" => $this->get('session')->get('appname')." : ".$data->getUsername()." = Désinscription au groupe de travail ".$group->getLabel()."\n\n".$group->getDescription(),
|
"subject" => $this->get('session')->get('appname')." : ".$data->getUsername()." = Désinscription au groupe de travail ".$group->getLabel()."\n\n".$group->getDescription(),
|
||||||
|
|
Loading…
Reference in New Issue