From a8c7be3fb5edb1ced838ef5b37a5b6b096bf0162 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sat, 21 Apr 2018 12:14:51 +0200 Subject: [PATCH] Typo --- htdocs/adherents/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php index b2daa12ae8c..06eb0b2b40a 100644 --- a/htdocs/adherents/card.php +++ b/htdocs/adherents/card.php @@ -1384,7 +1384,7 @@ else $outputlangs = new Translate('', $conf); $outputlangs->setDefaultLang(empty($object->thirdparty->default_lang) ? $mysoc->default_lang : $object->thirdparty->default_lang); $outputlangs->loadLangs(array("main", "members")); - // Get email content fro mtemplae + // Get email content from template $arraydefaultmessage=null; $labeltouse = $conf->global->ADHERENT_EMAIL_TEMPLATE_MEMBER_VALIDATION;