- Log the 'From' field for email notifications

SVN:trunk[260]
This commit is contained in:
Denis Flaven
2010-01-17 17:34:28 +00:00
parent 07d2f5e763
commit c0545aa9cc
2 changed files with 3 additions and 1 deletions

View File

@@ -231,6 +231,7 @@ class ActionEmail extends ActionNotification
$oLog->Set('trigger_id', $oTrigger->GetKey());
$oLog->Set('action_id', $this->GetKey());
$oLog->Set('object_id', $aContextArgs['this->id']);
$oLog->Set('from', $sFrom);
$oLog->Set('to', $sTo);
$oLog->Set('cc', $sCC);
$oLog->Set('bcc', $sBCC);