Site setup fixes
This commit is contained in:
@@ -131,7 +131,7 @@ class Email_Template {
|
||||
throw new Kohana_Exception('Component :component has not been configured in :method',array(':component'=>$component,':method'=>__METHOD__));
|
||||
}
|
||||
} else {
|
||||
$sm->setSubject(_('Email from').' '.Config::sitename());
|
||||
$sm->setSubject(_('Email from').' '.Company::name());
|
||||
$sm->setBody(print_r($this->email_data['variables'],TRUE),'text/plain');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user