forked from extern/egroupware
"fixed typo causing only sending the mail without storing in an addressbook to fail"
This commit is contained in:
parent
a6b8ef57d5
commit
3bcc3ee251
@ -68,7 +68,7 @@ class addressbook_contactform
|
||||
}
|
||||
else // this is only called, if we send only email and dont save it
|
||||
{
|
||||
if ($contact['email_contactform'])
|
||||
if ($content['email_contactform'])
|
||||
{
|
||||
require_once(EGW_INCLUDE_ROOT.'/addressbook/inc/class.addressbook_tracking.inc.php');
|
||||
$tracking = new addressbook_tracking($contact);
|
||||
|
Loading…
Reference in New Issue
Block a user