"fixed changed constructor name"

This commit is contained in:
Ralf Becker 2008-11-27 10:31:19 +00:00
parent 1eb956fdf5
commit 340e369e04

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)
{