"fixed typo causing only sending the mail without storing in an addressbook to fail"

This commit is contained in:
Ralf Becker 2007-12-07 07:50:02 +00:00
parent 357ea49003
commit 0c26f4d523

View File

@ -68,7 +68,7 @@ class addressbook_contactform
} }
else // this is only called, if we send only email and dont save it 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'); require_once(EGW_INCLUDE_ROOT.'/addressbook/inc/class.addressbook_tracking.inc.php');
$tracking = new addressbook_tracking($contact); $tracking = new addressbook_tracking($contact);