Language ID rework
This commit is contained in:
@@ -15,7 +15,8 @@ class Email_Template {
|
||||
private $template;
|
||||
private $etto;
|
||||
private $email_data = array();
|
||||
private $default_lang = 'en';
|
||||
// @todo Default lang should be the site setup
|
||||
private $default_lang = 1;
|
||||
private $components = array('subject','message_text','message_html');
|
||||
|
||||
public function __construct($template,$language_id=NULL) {
|
||||
|
Reference in New Issue
Block a user