From 9d461aa8ab86d7d0fe5cfe5c1552a26d7afaa624 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 14 Jan 2006 13:51:08 +0000 Subject: [PATCH] Fix: Monnaie non traduite --- htdocs/includes/modules/dons/html_cerfafr.modules.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/includes/modules/dons/html_cerfafr.modules.php b/htdocs/includes/modules/dons/html_cerfafr.modules.php index 0477107ebb1..ce42e35dc28 100644 --- a/htdocs/includes/modules/dons/html_cerfafr.modules.php +++ b/htdocs/includes/modules/dons/html_cerfafr.modules.php @@ -72,6 +72,7 @@ class html_cerfafr extends ModeleDon function write_file($id) { global $conf,$langs,$user,$mysoc; + $langs->load("main"); $don = new Don($this->db); $don->fetch($id);