|
@@ -53,7 +53,7 @@ class Mattermost
|
|
|
."** vient d'ajouter **"
|
|
|
."[".$film->getTitre()."]("
|
|
|
.$this->router->generate('videotheque_voirfilm', ['id' => $film->getId()], UrlGeneratorInterface::ABSOLUTE_URL)
|
|
|
- .")** dans la vidéothèque.";
|
|
|
+ .")** dans la [vidéothèque](https://videotheque.fdlibre.eu).";
|
|
|
$this->SendNotif($message);
|
|
|
}
|
|
|
|
|
@@ -65,7 +65,7 @@ class Mattermost
|
|
|
."** vient d'ajouter un commentaire sur le film **"
|
|
|
."[".$film->getTitre()."]("
|
|
|
.$this->router->generate('videotheque_voirfilm', ['id' => $film->getId()], UrlGeneratorInterface::ABSOLUTE_URL)
|
|
|
- .")** dans la vidéothèque.";
|
|
|
+ .")** dans la [vidéothèque](https://videotheque.fdlibre.eu).";
|
|
|
|
|
|
$this->SendNotif($message);
|
|
|
}
|