"fixed changed constructor name"

This commit is contained in:
Ralf Becker 2008-11-27 10:38:48 +00:00
parent 68d6f0fe69
commit 1005e7d060

View File

@ -81,7 +81,7 @@ class contact_widget
{
case 'contact-fields':
$GLOBALS['egw']->translation->add_app('addressbook');
$this->contacts->contacts();
$this->contacts->__construct();
$cell['sel_options'] = $this->contacts->contact_fields;
foreach($this->contacts->customfields as $name => $data)
{