From d46e62886a2b22a4c80df8cca09fb6f354d48614 Mon Sep 17 00:00:00 2001 From: Björn Schießle Date: Wed, 3 Jul 2013 12:38:20 +0200 Subject: Add init funtion to OC_Defaults to be able to wrap translatable strings --- lib/mail.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/mail.php') diff --git a/lib/mail.php b/lib/mail.php index d6a383fe003..7c786ecc290 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -113,6 +113,8 @@ class OC_Mail { */ public static function getfooter() { + OC_Defaults::init(); + $txt="\n--\n"; $txt.=OC_Defaults::getName() . "\n"; $txt.=OC_Defaults::getSlogan() . "\n"; -- cgit v1.2.3