// Context part 25

This commit is contained in:
tDidierjean
2011-07-28 14:17:58 +00:00
parent b59d2200f6
commit e9ab32ab1a
55 changed files with 432 additions and 535 deletions
+1 -2
View File
@@ -31,11 +31,10 @@ class AdminEmails extends AdminPreferences
{
public function __construct()
{
$context = Context::getContext();
$this->className = 'Configuration';
$this->table = 'configuration';
foreach (Contact::getContacts($context->language->id) AS $contact)
foreach (Contact::getContacts($this->context->language->id) AS $contact)
$arr[] = array('email_message' => $contact['id_contact'], 'name' => $contact['name']);
$this->_fieldsEmail = array(