mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
"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
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user