diff --git a/addressbook/add.php b/addressbook/add.php index 09f2f258e7..741d10cce1 100755 --- a/addressbook/add.php +++ b/addressbook/add.php @@ -22,6 +22,8 @@ $phpgw_info['flags']['currentapp'] = 'addressbook'; $phpgw_info['flags']['enable_contacts_class'] = True; + $phpgw_info['flags']['enable_config_class'] = True; + $phpgw_info['flags']['enable_country_class'] = True; include('../header.inc.php'); $t = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);